test: keep local full suite serial by default

This commit is contained in:
Peter Steinberger
2026-04-09 03:21:18 +01:00
parent 1fed7bc379
commit b5c3c15dcf
3 changed files with 4 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ function resolveParallelFullSuiteConcurrency(specCount, env) {
) {
return 1;
}
return Math.min(5, specCount);
return 1;
}
function orderFullSuiteSpecsForParallelRun(specs) {