diff --git a/p2p/discovery/mdns_test.go b/p2p/discovery/mdns_test.go index 5bbfd52695..579fc5bf69 100644 --- a/p2p/discovery/mdns_test.go +++ b/p2p/discovery/mdns_test.go @@ -22,6 +22,9 @@ func (n *DiscoveryNotifee) HandlePeerFound(pi pstore.PeerInfo) { } func TestMdnsDiscovery(t *testing.T) { + //TODO: re-enable when the new lib will get integrated + t.Skip("TestMdnsDiscovery fails randomly with current lib") + ctx, cancel := context.WithCancel(context.Background()) defer cancel()