mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
test: keep local full suite serial by default
This commit is contained in:
@@ -138,7 +138,7 @@ function resolveParallelFullSuiteConcurrency(specCount, env) {
|
||||
) {
|
||||
return 1;
|
||||
}
|
||||
return Math.min(5, specCount);
|
||||
return 1;
|
||||
}
|
||||
|
||||
function orderFullSuiteSpecsForParallelRun(specs) {
|
||||
|
||||
@@ -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", () => {
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user