skip flaky test (#11577)

This commit is contained in:
Shreya Keshive
2025-10-21 08:01:13 -07:00
committed by GitHub
parent 0e7b3951c2
commit f4080b6037

View File

@@ -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`;