remove another replace flake (#11601)

This commit is contained in:
Shreya Keshive
2025-10-21 11:36:49 -07:00
committed by GitHub
parent a74a04d12d
commit 0658b4aa31

View File

@@ -48,7 +48,7 @@ describe('replace', () => {
expect(rig.readFile(fileName)).toBe(expectedContent);
});
it('should insert a multi-line block of text', async () => {
it.skip('should insert a multi-line block of text', async () => {
const rig = new TestRig();
await rig.setup('should insert a multi-line block of text');
const fileName = 'insert_block.txt';