fix(cleanup): remove stale handoff refs in test_execute_aborts docstring (#216)

Co-authored-by: opencode-agent <agent@opencode.local>
This commit is contained in:
Sergey 2026-08-01 05:04:41 +03:00 committed by GitHub
parent a1f18eaf24
commit 1dc2b0fa41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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