diff --git a/tests/test_pipeline_status_tool.py b/tests/test_pipeline_status_tool.py index 325039b..e34ec25 100644 --- a/tests/test_pipeline_status_tool.py +++ b/tests/test_pipeline_status_tool.py @@ -199,10 +199,8 @@ def test_execute_aborts_do_not_break_spawn_sync(): syscalls cannot be cancelled via the event loop). Note: this test is the static-expression counterpart of the runtime - experiment documented in the PR handoff (the dynamic test via - `opencode run --plan-mode` could not run because Gemini free-tier - blocked the agent loop). The handoff contains the abort-vs-spawnSync - experiment results for posterity. + experiment (the dynamic test via `opencode run --plan-mode` could + not run because Gemini free-tier blocked the agent loop). """ out = _run_loader("exec_real", "23") assert "error" not in out or not out["error"], (