Skip to content

Commit

Permalink
op-e2e: Skip TestOutputCannonStepWithLargePreimage until we can fix t…
Browse files Browse the repository at this point in the history
…he flakiness (ethereum-optimism#9341)
  • Loading branch information
ajsutton authored Feb 5, 2024
1 parent 98a0b3c commit afb2048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions op-e2e/faultproofs/output_cannon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ func TestOutputCannonDefendStep(t *testing.T) {
}

func TestOutputCannonStepWithLargePreimage(t *testing.T) {
// TODO(client-pod#525): Investigate and fix flakiness
t.Skip("Skipping until the flakiness can be resolved")

op_e2e.InitParallel(t, op_e2e.UsesCannon)

ctx := context.Background()
Expand Down

0 comments on commit afb2048

Please sign in to comment.