Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
69532e1c
Unverified
Commit
69532e1c
authored
Feb 14, 2018
by
Whyrusleeping
Committed by
GitHub
Feb 14, 2018
Browse files
Merge pull request #272 from libp2p/tests/disable-mdns
Skip TestMdnsDiscovery
parents
4910211e
498c841e
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/discovery/mdns_test.go
View file @
69532e1c
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment