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

op-e2e: Actually re-enable large preimage e2e test (#9362)

Merging latest develop wound up leaving it disabled.
parent 10c76a2f
...@@ -213,9 +213,6 @@ func TestOutputCannonDefendStep(t *testing.T) { ...@@ -213,9 +213,6 @@ func TestOutputCannonDefendStep(t *testing.T) {
} }
func TestOutputCannonStepWithLargePreimage(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) op_e2e.InitParallel(t, op_e2e.UsesCannon)
ctx := context.Background() 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