diff --git a/integration-tests/run_shell_command.test.ts b/integration-tests/run_shell_command.test.ts index cc99066861..5abca275d0 100644 --- a/integration-tests/run_shell_command.test.ts +++ b/integration-tests/run_shell_command.test.ts @@ -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`;