diff --git a/integration-tests/edit.test.ts b/integration-tests/edit.test.ts index f53da3f3..175f0d85 100644 --- a/integration-tests/edit.test.ts +++ b/integration-tests/edit.test.ts @@ -92,7 +92,7 @@ describe('edit', () => { expect(newFileContent).toBe(expectedContent); }); - it('should fail safely when old_string is not found', async () => { + it.skip('should fail safely when old_string is not found', async () => { const rig = new TestRig(); await rig.setup('should fail safely when old_string is not found'); const fileName = 'no_match.txt';