diff --git a/p2p/pex/pex_reactor_test.go b/p2p/pex/pex_reactor_test.go index 549996f12..2e9523e80 100644 --- a/p2p/pex/pex_reactor_test.go +++ b/p2p/pex/pex_reactor_test.go @@ -376,6 +376,7 @@ func TestPEXReactorDialsPeerUpToMaxAttemptsInSeedMode(t *testing.T) { // with FlushStop. Before a fix, this non-deterministically reproduced // https://github.com/tendermint/tendermint/issues/3231. func TestPEXReactorSeedModeFlushStop(t *testing.T) { + t.Skip("flaky test, will be replaced by new P2P stack") N := 2 switches := make([]*p2p.Switch, N)