swarm/network/stream: re-enable t.Skip for visualized test

This commit is contained in:
Fabio Barone 2018-12-11 12:31:35 -05:00
parent 9d30da5e37
commit 5683c94321

View file

@ -96,7 +96,7 @@ func watchSim(sim *simulation.Simulation) (context.Context, context.CancelFunc)
//This test requests bogus hashes into the network
func TestNonExistingHashesWithServer(t *testing.T) {
//t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")
t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")
nodeCount, _, sim := setupSim(retrievalSimServiceMap)
defer sim.Close()