瀏覽代碼

cmd/swarm: disable TestCLISwarmUp because it's flaky

Felix Lange 8 年之前
父節點
當前提交
a4277450b2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cmd/swarm/upload_test.go

+ 2 - 0
cmd/swarm/upload_test.go

@@ -27,6 +27,8 @@ import (
 // TestCLISwarmUp tests that running 'swarm up' makes the resulting file
 // available from all nodes via the HTTP API
 func TestCLISwarmUp(t *testing.T) {
+	t.Skip("flaky test")
+
 	// start 3 node cluster
 	t.Log("starting 3 node cluster")
 	cluster := newTestCluster(t, 3)