From cd50d4983b2f0fdfffe550449c40b2024d2991be Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 9 Jul 2026 17:55:39 +0100 Subject: [PATCH] test(ci): serialize real TUI PTY backends (#103006) --- src/tui/tui-pty-local.e2e.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tui/tui-pty-local.e2e.test.ts b/src/tui/tui-pty-local.e2e.test.ts index cc54712c2990..3c5cdd37ea61 100644 --- a/src/tui/tui-pty-local.e2e.test.ts +++ b/src/tui/tui-pty-local.e2e.test.ts @@ -464,7 +464,9 @@ async function startGatewayModeTui( } } -describe.concurrent("TUI PTY real backends", () => { +// Each case spawns a real Gateway/PTY stack. Keep them serial so constrained +// release runners do not turn host contention into test-level timeouts. +describe("TUI PTY real backends", () => { it( "drives the real local backend with a mocked model endpoint", async ({ onTestFinished }) => {