mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
remove another replace flake (#11601)
This commit is contained in:
@@ -48,7 +48,7 @@ describe('replace', () => {
|
|||||||
expect(rig.readFile(fileName)).toBe(expectedContent);
|
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();
|
const rig = new TestRig();
|
||||||
await rig.setup('should insert a multi-line block of text');
|
await rig.setup('should insert a multi-line block of text');
|
||||||
const fileName = 'insert_block.txt';
|
const fileName = 'insert_block.txt';
|
||||||
|
|||||||
Reference in New Issue
Block a user