swarm/network/simulation: disable wait till healthy

This commit is contained in:
Elad 2019-05-12 22:40:19 +04:00
parent 6da630c331
commit 35bdce17c4

View file

@ -42,7 +42,7 @@ import (
* If all kademlias are healthy, the test succeeded, otherwise it failed * If all kademlias are healthy, the test succeeded, otherwise it failed
*/ */
func TestWaitTillHealthy(t *testing.T) { func TestWaitTillHealthy(t *testing.T) {
t.Skip("this test is flaky; disabling till underlying problem is solved")
testNodesNum := 10 testNodesNum := 10
// create the first simulation // create the first simulation