diff --git a/swarm/network/stream/snapshot_sync_test.go b/swarm/network/stream/snapshot_sync_test.go index f445856afc..4a632c8c90 100644 --- a/swarm/network/stream/snapshot_sync_test.go +++ b/swarm/network/stream/snapshot_sync_test.go @@ -183,7 +183,7 @@ func streamerFunc(ctx *adapters.ServiceContext, bucket *sync.Map) (s node.Servic func testSyncingViaGlobalSync(t *testing.T, chunkCount int, nodeCount int) { - //t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted") + t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted") sim := simulation.New(simServiceMap) defer sim.Close() diff --git a/swarm/network/stream/visualized_snapshot_sync_sim_test.go b/swarm/network/stream/visualized_snapshot_sync_sim_test.go index c957bb2d52..0912a65da0 100644 --- a/swarm/network/stream/visualized_snapshot_sync_sim_test.go +++ b/swarm/network/stream/visualized_snapshot_sync_sim_test.go @@ -245,7 +245,6 @@ func TestSnapshotSyncWithServer(t *testing.T) { if result.Error != nil { panic(result.Error) } - //close(quit) log.Info("Simulation ended") }