mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/network/stream: addressed PR comments
This commit is contained in:
parent
5683c94321
commit
2494e5c054
2 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -245,7 +245,6 @@ func TestSnapshotSyncWithServer(t *testing.T) {
|
|||
if result.Error != nil {
|
||||
panic(result.Error)
|
||||
}
|
||||
//close(quit)
|
||||
log.Info("Simulation ended")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue