Skip to content

Commit f4080b6

Browse files
authored
skip flaky test (#11577)
1 parent 0e7b395 commit f4080b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/run_shell_command.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ describe('run_shell_command', () => {
484484
}
485485
});
486486

487-
it('should run a platform-specific file listing command', async () => {
487+
it.skip('should run a platform-specific file listing command', async () => {
488488
const rig = new TestRig();
489489
await rig.setup('should run platform-specific file listing');
490490
const fileName = `test-file-${Math.random().toString(36).substring(7)}.txt`;

0 commit comments

Comments
 (0)