We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b664bed + f2c5b2c commit b751cf3Copy full SHA for b751cf3
.travis.yml
@@ -53,6 +53,7 @@ matrix:
53
- debhelper
54
- dput
55
- gcc-multilib
56
+ - fakeroot
57
script:
58
# Build for the primary platforms that Trusty can manage
59
- go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <[email protected]>" -upload ppa:ethereum/ethereum
cmd/swarm/upload_test.go
@@ -27,6 +27,8 @@ import (
27
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
28
// available from all nodes via the HTTP API
29
func TestCLISwarmUp(t *testing.T) {
30
+ t.Skip("flaky test")
31
+
32
// start 3 node cluster
33
t.Log("starting 3 node cluster")
34
cluster := newTestCluster(t, 3)
0 commit comments