mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-09 12:51:09 -07:00
temporarily disable sandbox integration test on windows (#24786)
This commit is contained in:
@@ -105,7 +105,8 @@ function ensureSandboxAvailable(): boolean {
|
||||
if (platform === 'win32') {
|
||||
// Windows sandboxing relies on icacls, which is a core system utility and
|
||||
// always available.
|
||||
return true;
|
||||
// TODO: reenable once flakiness is addressed
|
||||
return false;
|
||||
}
|
||||
|
||||
if (platform === 'darwin') {
|
||||
|
||||
Reference in New Issue
Block a user