perf(test): skip heavy boot paths in reply suites

This commit is contained in:
Peter Steinberger
2026-02-14 19:25:09 +00:00
parent 857db619e1
commit 387fb40745
4 changed files with 21 additions and 7 deletions

View File

@@ -102,6 +102,7 @@ describe("runCronIsolatedAgentTurn", () => {
});
beforeEach(() => {
vi.stubEnv("OPENCLAW_TEST_FAST", "1");
vi.mocked(runEmbeddedPiAgent).mockReset();
vi.mocked(loadModelCatalog).mockResolvedValue([]);
vi.mocked(runSubagentAnnounceFlow).mockReset().mockResolvedValue(true);