diff --git a/tests/tasks/uipath-platform/resources/queue_progress_e2e.yaml b/tests/tasks/uipath-platform/resources/queue_progress_e2e.yaml index b97a9af4fe..7c3e45366a 100644 --- a/tests/tasks/uipath-platform/resources/queue_progress_e2e.yaml +++ b/tests/tasks/uipath-platform/resources/queue_progress_e2e.yaml @@ -11,8 +11,13 @@ agent: type: claude-code allowed_tools: ["Skill", "Bash", "Read", "Write"] +# driver: docker (NOT tempdir): the seed's `uip or folders` needs +# @uipath/orchestrator-tool, pre-baked into skills-image:latest. In tempdir the +# CLI must auto-install it at runtime, which fails on a prerelease CLI (resolves +# on `stable`, no stable build on its line — UiPath/cli#3083), so the seed dies +# before the task starts. role-lifecycle-e2e runs the same seed under docker. sandbox: - driver: tempdir + driver: docker python: {} pre_run: diff --git a/tests/tasks/uipath-platform/resources/trigger_api_e2e.yaml b/tests/tasks/uipath-platform/resources/trigger_api_e2e.yaml index 57ed1e4be7..d092541280 100644 --- a/tests/tasks/uipath-platform/resources/trigger_api_e2e.yaml +++ b/tests/tasks/uipath-platform/resources/trigger_api_e2e.yaml @@ -13,8 +13,13 @@ agent: type: claude-code allowed_tools: ["Skill", "Bash", "Read", "Write"] +# driver: docker (NOT tempdir): the seed's `uip or folders` needs +# @uipath/orchestrator-tool, pre-baked into skills-image:latest. In tempdir the +# CLI must auto-install it at runtime, which fails on a prerelease CLI (resolves +# on `stable`, no stable build on its line — UiPath/cli#3083), so the seed dies +# before the task starts. role-lifecycle-e2e runs the same seed under docker. sandbox: - driver: tempdir + driver: docker python: {} pre_run: