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
498c841e
Commit
498c841e
authored
Feb 14, 2018
by
Łukasz Magiera
Browse files
Skip TestMdnsDiscovery
parent
4910211e
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/discovery/mdns_test.go
View file @
498c841e
...
...
@@ -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