diff --git a/integration-tests/file-system.test.ts b/integration-tests/file-system.test.ts index 4c206f3eee..6bceca3b09 100644 --- a/integration-tests/file-system.test.ts +++ b/integration-tests/file-system.test.ts @@ -148,7 +148,7 @@ describe('file-system', () => { expect(newFileContent).toBe('1.0.1'); }); - it('should replace multiple instances of a string', async () => { + it.skip('should replace multiple instances of a string', async () => { const rig = new TestRig(); rig.setup('should replace multiple instances of a string'); const fileName = 'ambiguous.txt';