From 5f1208ad8101cb26ae009e94355f76ea45ae9d23 Mon Sep 17 00:00:00 2001 From: HugoMurillo Date: Thu, 6 Nov 2025 16:43:55 -0600 Subject: [PATCH] chore: disable flaky test (#12670) --- 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 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';