chore: disable flaky test (#12670)

This commit is contained in:
HugoMurillo
2025-11-06 16:43:55 -06:00
committed by GitHub
parent 1e42fdf6c2
commit 5f1208ad81

View File

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