mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/network/stream: re-enable t.Skip for visualized test
This commit is contained in:
parent
9d30da5e37
commit
5683c94321
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func watchSim(sim *simulation.Simulation) (context.Context, context.CancelFunc)
|
|||
//This test requests bogus hashes into the network
|
||||
func TestNonExistingHashesWithServer(t *testing.T) {
|
||||
|
||||
//t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")
|
||||
t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")
|
||||
nodeCount, _, sim := setupSim(retrievalSimServiceMap)
|
||||
defer sim.Close()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue