Commit 632d2833 authored by Andreas Bigger's avatar Andreas Bigger

skip dense topology flaky test to address later

parent 0b0f107c
...@@ -651,6 +651,8 @@ func TestSystemMockP2P(t *testing.T) { ...@@ -651,6 +651,8 @@ func TestSystemMockP2P(t *testing.T) {
// TestSystemDenseTopology sets up a dense p2p topology with 3 verifier nodes and 1 sequencer node. // TestSystemDenseTopology sets up a dense p2p topology with 3 verifier nodes and 1 sequencer node.
func TestSystemDenseTopology(t *testing.T) { func TestSystemDenseTopology(t *testing.T) {
t.Skip("Skipping dense topology test to avoid flakiness. @refcell address in p2p scoring pr.")
parallel(t) parallel(t)
if !verboseGethNodes { if !verboseGethNodes {
log.Root().SetHandler(log.DiscardHandler()) log.Root().SetHandler(log.DiscardHandler())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment