mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 12:18:37 +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 () => {
|
it("batches ref resolution per provider during audit", async () => {
|
||||||
|
if (process.platform === "win32") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const execLogPath = path.join(rootDir, "exec-calls.log");
|
const execLogPath = path.join(rootDir, "exec-calls.log");
|
||||||
const execScriptPath = path.join(rootDir, "resolver.mjs");
|
const execScriptPath = path.join(rootDir, "resolver.mjs");
|
||||||
await fs.writeFile(
|
await fs.writeFile(
|
||||||
|
|||||||
Reference in New Issue
Block a user