aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-06-23 04:17:53 +0800
committerFelix Lange <fjl@twurst.com>2017-06-23 04:17:53 +0800
commita4277450b2f47d17a6504f22ade9cf0cfa9c427c (patch)
tree52c90802ad10c4f950ac41dfe506f2fe2f621506 /cmd
parentb664bedcf21f30b54af542e0b4ba4e24c01968fd (diff)
downloaddexon-a4277450b2f47d17a6504f22ade9cf0cfa9c427c.tar.gz
dexon-a4277450b2f47d17a6504f22ade9cf0cfa9c427c.tar.zst
dexon-a4277450b2f47d17a6504f22ade9cf0cfa9c427c.zip
cmd/swarm: disable TestCLISwarmUp because it's flaky
Diffstat (limited to 'cmd')
-rw-r--r--cmd/swarm/upload_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go
index 5656186e1..5b74dd4f1 100644
--- a/cmd/swarm/upload_test.go
+++ b/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)
s='insertions'>+5 * math/lean: Update 3.4.1 -> 3.4.2yuri2019-01-233-11/+5 * math/py-cvxpy: Update 1.0.12 -> 1.0.13yuri2019-01-232-4/+4 * Update to 1.0.12sunpoet2019-01-232-5/+8 * Sort categories Makefiles.mat2019-01-231-2/+2 * Clenup xfce ports:madpilot2019-01-222-5/+6 * - Update to 9.200.7danilo2019-01-223-6/+5 * math/SCIP: Update 6.0.0 -> 6.0.1yuri2019-01-223-5/+5 * math/SoPlex: Update 4.0.0 -> 4.0.1yuri2019-01-223-5/+5 * math/py-cvxpy: Update 1.0.11 -> 1.0.12yuri2019-01-212-6/+5 * math/py-permutation: Update 0.1.1 -> 0.2.0yuri2019-01-212-4/+4 * - Update to 3.0.0 [1]lwhsu2019-01-213-9/+10 * devel/cmake: update to 3.13.3tcberner2019-01-201-0/+13 * Add py-cma 2.6.0sunpoet2019-01-184-0/+36 * Add py-bayesian-optimization 1.0.0sunpoet2019-01-184-0/+38 * New port: math/ascent: C++ simulation engine and differential equation solveryuri2019-01-175-0/+71 * math/py-pymc3: Update 3.5 -> 3.6yuri2019-01-172-5/+4 * math/py-PySCIPOpt: Update 2.1.0 -> 2.1.1yuri2019-01-172-4/+4 * Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-16