mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 22:31:38 +00:00
test(ci): serialize real TUI PTY backends (#103006)
This commit is contained in:
committed by
GitHub
parent
372b527da4
commit
cd50d4983b
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user