fix(test): skip exec-backed audit batching assertion on windows

This commit is contained in:
joshavant
2026-02-26 01:12:10 -06:00
committed by Peter Steinberger
parent 14897e8de7
commit 485cd0c512

View File

@@ -117,6 +117,9 @@ describe("secrets audit", () => {
});
it("batches ref resolution per provider during audit", async () => {
if (process.platform === "win32") {
return;
}
const execLogPath = path.join(rootDir, "exec-calls.log");
const execScriptPath = path.join(rootDir, "resolver.mjs");
await fs.writeFile(