swarm/network/stream: disabled healthy check in delivery tests

This commit is contained in:
Fabio Barone 2019-03-04 11:33:42 -05:00
parent 4aed2a5e12
commit a9e3bb8551

View file

@ -536,9 +536,11 @@ func testDeliveryFromNodes(t *testing.T, nodes, chunkCount int, skipCheck bool)
log.Debug("Waiting for kademlia")
// TODO this does not seem to be correct usage of the function, as the simulation may have no kademlias
/*
if _, err := sim.WaitTillHealthy(ctx); err != nil {
return err
}
*/
//get the pivot node's filestore
item, ok := sim.NodeItem(pivot, bucketKeyFileStore)