Skip to content

Commit afb2048

Browse files
authored
op-e2e: Skip TestOutputCannonStepWithLargePreimage until we can fix the flakiness (#9341)
1 parent 98a0b3c commit afb2048

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
@@ -212,6 +212,9 @@ func TestOutputCannonDefendStep(t *testing.T) {
212212
}
213213

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

217220
ctx := context.Background()

0 commit comments

Comments
 (0)