From 5683c94321111c040cae89e742672346887fc8ae Mon Sep 17 00:00:00 2001 From: Fabio Barone Date: Tue, 11 Dec 2018 12:31:35 -0500 Subject: [PATCH] swarm/network/stream: re-enable t.Skip for visualized test --- swarm/network/stream/visualized_snapshot_sync_sim_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/network/stream/visualized_snapshot_sync_sim_test.go b/swarm/network/stream/visualized_snapshot_sync_sim_test.go index 36585661a4..c957bb2d52 100644 --- a/swarm/network/stream/visualized_snapshot_sync_sim_test.go +++ b/swarm/network/stream/visualized_snapshot_sync_sim_test.go @@ -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()