mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Add regression tests for shell command parsing (#11962)
This commit is contained in:
@@ -427,7 +427,8 @@ describe('run_shell_command', () => {
|
||||
expect(failureLog!.toolRequest.success).toBe(false);
|
||||
});
|
||||
|
||||
it('should reject chained commands when only the first segment is allowlisted in non-interactive mode', async () => {
|
||||
// TODO(#11966): Deflake this test and re-enable once the underlying race is resolved.
|
||||
it.skip('should reject chained commands when only the first segment is allowlisted in non-interactive mode', async () => {
|
||||
const rig = new TestRig();
|
||||
await rig.setup(
|
||||
'should reject chained commands when only the first segment is allowlisted',
|
||||
|
||||
Reference in New Issue
Block a user