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) {

View File

@@ -53,9 +53,11 @@ const loadPluginManifestRegistry = vi.hoisted(() =>
diagnostics: [],
})),
);
const resolveManifestContractOwnerPluginId = vi.hoisted(() => vi.fn<() => undefined>());
vi.mock("../plugins/manifest-registry.js", () => ({
loadPluginManifestRegistry,
resolveManifestContractOwnerPluginId,
}));
describe("provider auth aliases", () => {

View File

@@ -83,7 +83,7 @@ describe("status-all format", () => {
},
channelLabel: "stable (config)",
gitLabel: "main · tag v1.2.3",
updateLine: "git main · ↔ origin/main · behind 2 · npm latest 2026.4.9",
updateLine: "git main · ↔ origin/main · behind 2 · npm update 2026.4.9",
updateAvailable: true,
});
});