cmd/swarm: skip export test on windows builds (#19555)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user