mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
remove another replace flake (#11601)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user