chore(int): disable flaky tests (#10771)

This commit is contained in:
Gal Zahavi
2025-10-08 17:29:14 -07:00
committed by GitHub
parent 95268b266d
commit 3ea5581ad7
2 changed files with 38 additions and 41 deletions
+2 -1
View File
@@ -227,7 +227,8 @@ describe('run_shell_command', () => {
).toBeTruthy();
});
it('should allow all with "ShellTool" and other specifics', async () => {
//TODO - https://github.com/google-gemini/gemini-cli/issues/10768
it.skip('should allow all with "ShellTool" and other specifics', async () => {
const rig = new TestRig();
await rig.setup('should allow all with "ShellTool" and other specifics');