chore(test): keep gateway vitest on forks

This commit is contained in:
Peter Steinberger
2026-02-14 20:32:54 +01:00
parent 5b7a33272a
commit e03dc987e3
+3 -1
View File
@@ -94,7 +94,9 @@ const runs = [
"run", "run",
"--config", "--config",
"vitest.gateway.config.ts", "vitest.gateway.config.ts",
...(useVmForks ? ["--pool=vmForks"] : []), // Gateway tests are sensitive to vmForks behavior (global state + env stubs).
// Keep them on process forks for determinism even when other suites use vmForks.
"--pool=forks",
], ],
}, },
]; ];