good morning!!!!

Skip to content
Snippets Groups Projects
Commit a4277450 authored by Felix Lange's avatar Felix Lange
Browse files

cmd/swarm: disable TestCLISwarmUp because it's flaky

parent b664bedc
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment