test: stabilize gate regressions

This commit is contained in:
Peter Steinberger
2026-03-18 15:33:33 +00:00
parent 7943e83c6c
commit f6928617b7
38 changed files with 943 additions and 425 deletions

View File

@@ -20,6 +20,9 @@ const unitIsolatedFilesRaw = [
"src/auto-reply/tool-meta.test.ts",
"src/auto-reply/envelope.test.ts",
"src/commands/auth-choice.test.ts",
// Provider runtime contract imports plugin runtimes plus async ESM mocks;
// keep it off the shared fast lane to avoid teardown stalls on this host.
"src/plugins/contracts/runtime.contract.test.ts",
// Process supervision + docker setup suites are stable but setup-heavy.
"src/process/supervisor/supervisor.test.ts",
"src/docker-setup.test.ts",