diff --git a/.circleci/continue/main.yml b/.circleci/continue/main.yml index 44d2783c1ec..1b7a1f00cfb 100644 --- a/.circleci/continue/main.yml +++ b/.circleci/continue/main.yml @@ -2280,6 +2280,7 @@ jobs: --testdir tests \ --flake-shake \ --flake-shake-iterations "$FLAKE_SHAKE_ITERATIONS" \ + --log.level debug \ --orchestrator sysgo \ --logdir "./$OUTPUT_DIR" - persist_to_workspace: diff --git a/op-acceptance-tests/acceptance-tests.yaml b/op-acceptance-tests/acceptance-tests.yaml index cc53f79f22b..0c4652fea05 100644 --- a/op-acceptance-tests/acceptance-tests.yaml +++ b/op-acceptance-tests/acceptance-tests.yaml @@ -49,6 +49,13 @@ gates: - id: flake-shake description: "Quarantine gate for new and potentially flaky tests requiring stability validation." tests: + - package: github.com/ethereum-optimism/optimism/op-acceptance-tests/tests/depreqres/reqressyncdisabled + name: TestUnsafeChainNotStalling_DisabledReqRespSync + timeout: 10m + metadata: + owner: "anton evangelatov" + target_gate: "depreqres" + - id: isthmus description: "Isthmus network tests." tests: @@ -114,6 +121,10 @@ gates: - package: github.com/ethereum-optimism/optimism/op-acceptance-tests/tests/interop/loadtest timeout: 10m + - id: depreqres + description: "Deprecate Req/Res CL sync protocol" + tests: + - id: flashblocks inherits: - base