diff --git a/integration-tests/file-system-interactive.test.ts b/integration-tests/file-system-interactive.test.ts index ea23115539..4142966372 100644 --- a/integration-tests/file-system-interactive.test.ts +++ b/integration-tests/file-system-interactive.test.ts @@ -18,7 +18,7 @@ describe('Interactive file system', () => { await rig.cleanup(); }); - it.skipIf(process.platform === 'win32')( + it.skipIf(process.platform === 'win32' || process.platform === 'darwin')( 'should perform a read-then-write sequence', async () => { const fileName = 'version.txt';