From 1ee161f3c1a90afb420d3e92f02880d9e166b64b Mon Sep 17 00:00:00 2001 From: hritan <48129645+hritan@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:02:52 +0000 Subject: [PATCH] test: skip flaky test (#10340) Co-authored-by: Taneja Hriday --- integration-tests/file-system.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/file-system.test.ts b/integration-tests/file-system.test.ts index cd880d66aa..2f7cb1c5a6 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(); await rig.setup('should replace multiple instances of a string'); const fileName = 'ambiguous.txt';