mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 06:54:15 -07:00
skip flaky test (#11577)
This commit is contained in:
@@ -484,7 +484,7 @@ describe('run_shell_command', () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should run a platform-specific file listing command', async () => {
|
it.skip('should run a platform-specific file listing command', async () => {
|
||||||
const rig = new TestRig();
|
const rig = new TestRig();
|
||||||
await rig.setup('should run platform-specific file listing');
|
await rig.setup('should run platform-specific file listing');
|
||||||
const fileName = `test-file-${Math.random().toString(36).substring(7)}.txt`;
|
const fileName = `test-file-${Math.random().toString(36).substring(7)}.txt`;
|
||||||
|
|||||||
Reference in New Issue
Block a user