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

op-e2e: Move TestOutputCannonStepWithPreimage to executor 0 and ensure it can...

op-e2e: Move TestOutputCannonStepWithPreimage to executor 0 and ensure it can run in parallel with other tests properly. (#9306)
parent fa5bdce2
......@@ -217,10 +217,9 @@ func TestOutputCannonDefendStep(t *testing.T) {
}
func TestOutputCannonStepWithPreimage(t *testing.T) {
executor := uint64(1) // Different executor to the other tests to help balance things better
op_e2e.InitParallel(t, op_e2e.UsesCannon, op_e2e.UseExecutor(outputCannonTestExecutor))
testPreimageStep := func(t *testing.T, preloadPreimage bool) {
op_e2e.InitParallel(t, op_e2e.UsesCannon, op_e2e.UseExecutor(executor))
op_e2e.InitParallel(t, op_e2e.UsesCannon, op_e2e.UseExecutor(outputCannonTestExecutor))
ctx := context.Background()
sys, l1Client := startFaultDisputeSystem(t)
......
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