Skip to content

Commit ebc5e46

Browse files
ajsuttonspacesailor24
authored andcommitted
op-e2e: Skip TestOutputCannonStepWithLargePreimage until we can fix the flakiness (#9341)
1 parent 61adcae commit ebc5e46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

op-e2e/faultproofs/output_cannon_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ func TestOutputCannonDefendStep(t *testing.T) {
213213
}
214214

215215
func TestOutputCannonStepWithLargePreimage(t *testing.T) {
216+
// TODO(client-pod#525): Investigate and fix flakiness
217+
t.Skip("Skipping until the flakiness can be resolved")
218+
216219
op_e2e.InitParallel(t, op_e2e.UsesCannon)
217220

218221
ctx := context.Background()

0 commit comments

Comments
 (0)