Fix(infra) - Skip file system interactive test since it is currently broken (#10734)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-08 15:24:42 -04:00
committed by GitHub
parent 603ec2b21b
commit b45bd5ff7b

View File

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