test(ci): serialize real TUI PTY backends (#103006)

This commit is contained in:
Peter Steinberger
2026-07-09 17:55:39 +01:00
committed by GitHub
parent 372b527da4
commit cd50d4983b

View File

@@ -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 }) => {