Skip to content

Commit

Permalink
swarm/network/stream: addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
holisticode committed Dec 15, 2018
1 parent 5683c94 commit 2494e5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion swarm/network/stream/snapshot_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
1 change: 0 additions & 1 deletion swarm/network/stream/visualized_snapshot_sync_sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ func TestSnapshotSyncWithServer(t *testing.T) {
if result.Error != nil {
panic(result.Error)
}
//close(quit)
log.Info("Simulation ended")
}

Expand Down

0 comments on commit 2494e5c

Please sign in to comment.