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"],