From a4277450b2f47d17a6504f22ade9cf0cfa9c427c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 22 Jun 2017 22:17:53 +0200 Subject: [PATCH 1/2] cmd/swarm: disable TestCLISwarmUp because it's flaky --- cmd/swarm/upload_test.go | 2 ++ 1 file changed, 2 insertions(+) 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) From f2c5b2cc1cdd9aee41dc45778bd0f44d6de646c5 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 22 Jun 2017 22:21:59 +0200 Subject: [PATCH 2/2] travis.yml: add fakeroot to launchpad builder --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 96e429959..703ed0cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,7 @@ matrix: - debhelper - dput - gcc-multilib + - fakeroot script: # Build for the primary platforms that Trusty can manage - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder " -upload ppa:ethereum/ethereum