From afb204893af0c708b2ed2324cc7725e60b1dfa8d Mon Sep 17 00:00:00 2001 From: Adrian Sutton Date: Mon, 5 Feb 2024 11:04:10 +1000 Subject: [PATCH] op-e2e: Skip TestOutputCannonStepWithLargePreimage until we can fix the flakiness (#9341) --- op-e2e/faultproofs/output_cannon_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/op-e2e/faultproofs/output_cannon_test.go b/op-e2e/faultproofs/output_cannon_test.go index c7f40d8727fc..4ab37b2acce8 100644 --- a/op-e2e/faultproofs/output_cannon_test.go +++ b/op-e2e/faultproofs/output_cannon_test.go @@ -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()