cmd/swarm: skip export test on windows builds (#19555)

This commit is contained in:
Elad
2019-05-13 12:27:27 +04:00
committed by Anton Evangelatov
parent c8a77d8604
commit db83ba4067
2 changed files with 6 additions and 2 deletions

View File

@ -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