fix: initialize limited git writes in windows sandbox tests

Co-authored-by: Codex noreply@openai.com
This commit is contained in:
viyatb-oai
2026-05-27 10:38:33 -07:00
parent 14e5d9e693
commit 8a7300e345

View File

@@ -252,6 +252,7 @@ mod tests {
},
access: FileSystemAccessMode::Write,
}],
allow_limited_git_writes: false,
glob_scan_max_depth: None,
},
network: NetworkSandboxPolicy::Restricted,
@@ -349,6 +350,7 @@ mod tests {
},
access: FileSystemAccessMode::Write,
}],
allow_limited_git_writes: false,
glob_scan_max_depth: None,
},
network: NetworkSandboxPolicy::Restricted,