swarm/network: unskip tests previously skipped due to suggestPeer issues (#18477)

This commit is contained in:
Viktor Trón
2019-01-19 08:12:57 +01:00
committed by GitHub
parent 560957799a
commit 15b9b39e6c
3 changed files with 0 additions and 5 deletions

View File

@ -28,8 +28,6 @@ import (
)
func TestWaitTillHealthy(t *testing.T) {
t.Skip("WaitTillHealthy depends on discovery, which relies on a reliable SuggestPeer, which is not reliable")
sim := New(map[string]ServiceFunc{
"bzz": func(ctx *adapters.ServiceContext, b *sync.Map) (node.Service, func(), error) {
addr := network.NewAddr(ctx.Config.Node())