Commit 5856d18c authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2720 from ethereum-optimism/fix/l2geth-flake-skip

l2geth: skip flaky tests
parents 3c276ec8 a5425f29
......@@ -705,6 +705,7 @@ func TestBoundedHeavyForkedSync64Fast(t *testing.T) { testBoundedHeavyForkedSyn
func TestBoundedHeavyForkedSync64Light(t *testing.T) { testBoundedHeavyForkedSync(t, 64, LightSync) }
func testBoundedHeavyForkedSync(t *testing.T, protocol int, mode SyncMode) {
t.Skip("Flaky test")
t.Parallel()
tester := newTester()
......
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