remove another replace flake (#11601)

This commit is contained in:
Shreya Keshive
2025-10-21 11:36:49 -07:00
committed by GitHub
parent b03d12c4f9
commit c47d70930f
+1 -1
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';