mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
cmd/swarm: disable TestCLISwarmUp because it's flaky
This commit is contained in:
parent
b664bedcf2
commit
a4277450b2
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ import (
|
||||||
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
|
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
|
||||||
// available from all nodes via the HTTP API
|
// available from all nodes via the HTTP API
|
||||||
func TestCLISwarmUp(t *testing.T) {
|
func TestCLISwarmUp(t *testing.T) {
|
||||||
|
t.Skip("flaky test")
|
||||||
|
|
||||||
// start 3 node cluster
|
// start 3 node cluster
|
||||||
t.Log("starting 3 node cluster")
|
t.Log("starting 3 node cluster")
|
||||||
cluster := newTestCluster(t, 3)
|
cluster := newTestCluster(t, 3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue