chore(int): skip flaky tests (#10736)

This commit is contained in:
Gal Zahavi
2025-10-08 13:05:11 -07:00
committed by GitHub
parent c0552ceb22
commit b0b1be0c2a
5 changed files with 10 additions and 5 deletions

View File

@@ -197,7 +197,8 @@ describe('run_shell_command', () => {
).toBeTruthy();
});
it('should combine multiple --allowed-tools flags', async () => {
//TODO - https://github.com/google-gemini/gemini-cli/issues/10737
it.skip('should combine multiple --allowed-tools flags', async () => {
const rig = new TestRig();
await rig.setup('should combine multiple --allowed-tools flags');