mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Skip failing test. (#11337)
This commit is contained in:
@@ -338,7 +338,7 @@ describe('run_shell_command', () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should reject commands not on the allowlist', async () => {
|
it.skip('should reject commands not on the allowlist', async () => {
|
||||||
const rig = new TestRig();
|
const rig = new TestRig();
|
||||||
await rig.setup('should reject commands not on the allowlist');
|
await rig.setup('should reject commands not on the allowlist');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user