Skip to content

Commit cd50d49

Browse files
authored
test(ci): serialize real TUI PTY backends (#103006)
1 parent 372b527 commit cd50d49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/tui/tui-pty-local.e2e.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,9 @@ async function startGatewayModeTui(
464464
}
465465
}
466466

467-
describe.concurrent("TUI PTY real backends", () => {
467+
// Each case spawns a real Gateway/PTY stack. Keep them serial so constrained
468+
// release runners do not turn host contention into test-level timeouts.
469+
describe("TUI PTY real backends", () => {
468470
it(
469471
"drives the real local backend with a mocked model endpoint",
470472
async ({ onTestFinished }) => {

0 commit comments

Comments
 (0)