mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
skip flaky test (#11577)
This commit is contained in:
parent
0e7b3951c2
commit
f4080b6037
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
await rig.setup('should run platform-specific file listing');
|
||||
const fileName = `test-file-${Math.random().toString(36).substring(7)}.txt`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue