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

Commit

Permalink
swarm/network/simulations: Skip TestOverlaySim
Browse files Browse the repository at this point in the history
It is flaky and timeouts regularly
  • Loading branch information
gbalint committed May 24, 2018
1 parent 5685cc2 commit 3f166c4
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 3f166c4

Please sign in to comment.