swarm/network/stream: addressed PR comments

This commit is contained in:
Fabio Barone 2018-12-14 21:33:15 -05:00
parent 5683c94321
commit 2494e5c054
2 changed files with 1 additions and 2 deletions

View file

@ -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()

View file

@ -245,7 +245,6 @@ func TestSnapshotSyncWithServer(t *testing.T) {
if result.Error != nil {
panic(result.Error)
}
//close(quit)
log.Info("Simulation ended")
}