Skip to content

Commit 1762c9c

Browse files
authored
temporarily disable sandbox integration test on windows (#24786)
1 parent 0025978 commit 1762c9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/core/src/services/sandboxManager.integration.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ function ensureSandboxAvailable(): boolean {
105105
if (platform === 'win32') {
106106
// Windows sandboxing relies on icacls, which is a core system utility and
107107
// always available.
108-
return true;
108+
// TODO: reenable once flakiness is addressed
109+
return false;
109110
}
110111

111112
if (platform === 'darwin') {

0 commit comments

Comments
 (0)