test: skip flaky test (#10340)

Co-authored-by: Taneja Hriday <hridayt@google.com>
This commit is contained in:
hritan
2025-10-01 14:02:52 +00:00
committed by GitHub
parent 5c6f006634
commit 1ee161f3c1

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();
await rig.setup('should replace multiple instances of a string');
const fileName = 'ambiguous.txt';