mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/network/simulation: disable wait till healthy
This commit is contained in:
parent
6da630c331
commit
35bdce17c4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ import (
|
|||
* If all kademlias are healthy, the test succeeded, otherwise it failed
|
||||
*/
|
||||
func TestWaitTillHealthy(t *testing.T) {
|
||||
|
||||
t.Skip("this test is flaky; disabling till underlying problem is solved")
|
||||
testNodesNum := 10
|
||||
|
||||
// create the first simulation
|
||||
|
|
|
|||
Loading…
Reference in a new issue