Commit afb20489 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-e2e: Skip TestOutputCannonStepWithLargePreimage until we can fix the flakiness (#9341)

parent 98a0b3c0
......@@ -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()
......
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