mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 06:14:23 +00:00
fix(test): skip exec-backed audit batching assertion on windows
This commit is contained in:
committed by
Peter Steinberger
parent
14897e8de7
commit
485cd0c512
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user