skip flaky test (#11577)

This commit is contained in:
Shreya Keshive
2025-10-21 08:01:13 -07:00
committed by GitHub
parent 9efe544c3f
commit 904215432d
+1 -1
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`;