mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
cmd/swarm: enable TestCLISwarmUp
This commit is contained in:
parent
11a57186fc
commit
ec21a16713
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) {
|
||||
// skipped because syncer is not functional
|
||||
t.Skip()
|
||||
// start 3 node cluster
|
||||
t.Log("starting 3 node cluster")
|
||||
cluster := newTestCluster(t, 3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue