mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
cmd/swarm: enable testcliswarmup
This commit is contained in:
parent
4fb66e7cc1
commit
34daf0559d
1 changed files with 0 additions and 2 deletions
|
|
@ -27,8 +27,6 @@ import (
|
|||
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
|
||||
// available from all nodes via the HTTP API
|
||||
func TestCLISwarmUp(t *testing.T) {
|
||||
// temporarily disable to make travis green
|
||||
t.Skip()
|
||||
// start 3 node cluster
|
||||
t.Log("starting 3 node cluster")
|
||||
cluster := newTestCluster(t, 3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue