mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/pss: remove test with 64 nodes which fail on Travis
This commit is contained in:
parent
d1c46e3dde
commit
6417cc691e
1 changed files with 0 additions and 2 deletions
|
|
@ -638,8 +638,6 @@ func TestNetwork(t *testing.T) {
|
|||
t.Run("4/2000/4/sock", testNetwork)
|
||||
t.Run("8/2000/4/sock", testNetwork)
|
||||
t.Run("16/2000/4/sock", testNetwork)
|
||||
t.Run("32/2000/4/sock", testNetwork)
|
||||
t.Run("64/2000/4/sim", testNetwork)
|
||||
}
|
||||
|
||||
func testNetwork(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue