From 2494e5c054492b3a08b0b5518f819c714af35b0d Mon Sep 17 00:00:00 2001 From: Fabio Barone Date: Fri, 14 Dec 2018 21:33:15 -0500 Subject: [PATCH] swarm/network/stream: addressed PR comments --- swarm/network/stream/snapshot_sync_test.go | 2 +- swarm/network/stream/visualized_snapshot_sync_sim_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/swarm/network/stream/snapshot_sync_test.go b/swarm/network/stream/snapshot_sync_test.go index f445856afc2d..4a632c8c90de 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 c957bb2d523d..0912a65da084 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") }