From 7a100021d3c65a0613e2c55d8ff8d91f82d06070 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 14:08:40 +0100 Subject: [PATCH] test(release): stabilize live codex gates --- scripts/test-live-codex-harness-docker.sh | 1 + src/agents/tool-replay-repair.live.test.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test-live-codex-harness-docker.sh b/scripts/test-live-codex-harness-docker.sh index 7a56653fad1..0d2ffa92c22 100644 --- a/scripts/test-live-codex-harness-docker.sh +++ b/scripts/test-live-codex-harness-docker.sh @@ -223,6 +223,7 @@ openclaw_live_codex_harness_append_build_extension codex # Codex. This lane must rebuild the live image so the plugin-owned harness is # present under the bundled plugin runtime directory. OPENCLAW_SKIP_DOCKER_BUILD=0 +export OPENCLAW_SKIP_DOCKER_BUILD OPENCLAW_LIVE_DOCKER_REPO_ROOT="$ROOT_DIR" "$TRUSTED_HARNESS_DIR/scripts/test-live-build-docker.sh" echo "==> Run Codex harness live test in Docker" diff --git a/src/agents/tool-replay-repair.live.test.ts b/src/agents/tool-replay-repair.live.test.ts index 31a2a8dcc96..4b1b1f15511 100644 --- a/src/agents/tool-replay-repair.live.test.ts +++ b/src/agents/tool-replay-repair.live.test.ts @@ -292,7 +292,7 @@ describeLive("tool replay repair live", () => { expect(response.stopReason).not.toBe("error"); if (text.length > 0) { - expect(text).toMatch(/^replay repair ok\.?$/i); + expect(text).toMatch(/^replay repair(?: ok)?\.?$/i); } }, 3 * 60 * 1000,