mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
The warm-reattach mouse-leak e2e (added in #7893) awaited the readiness marker unconditionally, so it hard-failed on sandboxed runners whose PTY echoes input but never execs a shell. Wrap the gate in a skip guard that mirrors the existing pane-manager guard: run the assertions where the shell executes, and skip gracefully otherwise instead of a false red. Co-authored-by: Orca <help@stably.ai>