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

Commit

Permalink
Merge pull request #596 from ethersphere/disable-test-overlay-sim
Browse files Browse the repository at this point in the history
Disable TestOverlaySim
  • Loading branch information
nonsense authored May 24, 2018
2 parents 52ad151 + 3f166c4 commit 2aec12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarm/network/simulations/overlay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var (
//It also provides a documentation on the steps needed by frontends
//to use the simulations
func TestOverlaySim(t *testing.T) {
t.Skip("Test is flaky, see: https://github.com/ethersphere/go-ethereum/issues/592")
//start the simulation
log.Info("Start simulation backend")
//get the simulation networ; needed to subscribe for up events
Expand Down

0 comments on commit 2aec12e

Please sign in to comment.