Skip to content

Commit 69532e1

Browse files
authoredFeb 14, 2018
Merge pull request #272 from libp2p/tests/disable-mdns
Skip TestMdnsDiscovery
2 parents 4910211 + 498c841 commit 69532e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎p2p/discovery/mdns_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ func (n *DiscoveryNotifee) HandlePeerFound(pi pstore.PeerInfo) {
2222
}
2323

2424
func TestMdnsDiscovery(t *testing.T) {
25+
//TODO: re-enable when the new lib will get integrated
26+
t.Skip("TestMdnsDiscovery fails randomly with current lib")
27+
2528
ctx, cancel := context.WithCancel(context.Background())
2629
defer cancel()
2730

0 commit comments

Comments
 (0)