From 114c9a2f3e4607d9d2e474b59b061184082cfd6e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 25 Apr 2026 23:51:34 +0100 Subject: [PATCH] test: stabilize cron mcp cleanup docker smoke --- scripts/e2e/cron-mcp-cleanup-docker.sh | 1 + scripts/e2e/cron-mcp-cleanup-seed.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/e2e/cron-mcp-cleanup-docker.sh b/scripts/e2e/cron-mcp-cleanup-docker.sh index 2a677af9a2b..512595490bc 100644 --- a/scripts/e2e/cron-mcp-cleanup-docker.sh +++ b/scripts/e2e/cron-mcp-cleanup-docker.sh @@ -21,6 +21,7 @@ echo "Running in-container cron/subagent MCP cleanup smoke..." set +e docker run --rm \ --name "$CONTAINER_NAME" \ + -e "OPENCLAW_TEST_FAST=1" \ -e "OPENCLAW_GATEWAY_TOKEN=$TOKEN" \ -e "OPENCLAW_SKIP_CHANNELS=1" \ -e "OPENCLAW_SKIP_GMAIL_WATCHER=1" \ diff --git a/scripts/e2e/cron-mcp-cleanup-seed.ts b/scripts/e2e/cron-mcp-cleanup-seed.ts index d97b36821a1..f7025be82cb 100644 --- a/scripts/e2e/cron-mcp-cleanup-seed.ts +++ b/scripts/e2e/cron-mcp-cleanup-seed.ts @@ -86,6 +86,7 @@ async function main() { }, }, tools: { + profile: "coding", subagents: { tools: { alsoAllow: ["bundle-mcp"],