Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 2aec12e

Browse files
authored
Merge pull request #596 from ethersphere/disable-test-overlay-sim
Disable TestOverlaySim
2 parents 52ad151 + 3f166c4 commit 2aec12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swarm/network/simulations/overlay_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var (
4343
//It also provides a documentation on the steps needed by frontends
4444
//to use the simulations
4545
func TestOverlaySim(t *testing.T) {
46+
t.Skip("Test is flaky, see: https://github.com/ethersphere/go-ethereum/issues/592")
4647
//start the simulation
4748
log.Info("Start simulation backend")
4849
//get the simulation networ; needed to subscribe for up events

0 commit comments

Comments
 (0)