Commit 45803ffc authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

l2geth: skip unused flakey tests (#2766)

parent 347fd37c
...@@ -1391,6 +1391,7 @@ func TestFakedSyncProgress64Fast(t *testing.T) { testFakedSyncProgress(t, 64, F ...@@ -1391,6 +1391,7 @@ func TestFakedSyncProgress64Fast(t *testing.T) { testFakedSyncProgress(t, 64, F
func TestFakedSyncProgress64Light(t *testing.T) { testFakedSyncProgress(t, 64, LightSync) } func TestFakedSyncProgress64Light(t *testing.T) { testFakedSyncProgress(t, 64, LightSync) }
func testFakedSyncProgress(t *testing.T, protocol int, mode SyncMode) { func testFakedSyncProgress(t *testing.T, protocol int, mode SyncMode) {
t.Skip("Flakey tests unused by Optimism")
t.Parallel() t.Parallel()
tester := newTester() 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