From 1dc2b0fa4160faec70bc4db2af771f4aebde4af9 Mon Sep 17 00:00:00 2001 From: Sergey <93754860+slaid098@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:04:41 +0300 Subject: [PATCH] fix(cleanup): remove stale handoff refs in test_execute_aborts docstring (#216) Co-authored-by: opencode-agent --- tests/test_pipeline_status_tool.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"], (