mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 05:42:54 -07:00
Skip should fail safely when old_string is not found test (#10853)
This commit is contained in:
@@ -92,7 +92,8 @@ describe('replace', () => {
|
|||||||
expect(newFileContent).toBe(expectedContent);
|
expect(newFileContent).toBe(expectedContent);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should fail safely when old_string is not found', async () => {
|
//TODO - https://github.com/google-gemini/gemini-cli/issues/10851
|
||||||
|
it.skip('should fail safely when old_string is not found', async () => {
|
||||||
const rig = new TestRig();
|
const rig = new TestRig();
|
||||||
await rig.setup('should fail safely when old_string is not found');
|
await rig.setup('should fail safely when old_string is not found');
|
||||||
const fileName = 'no_match.txt';
|
const fileName = 'no_match.txt';
|
||||||
|
|||||||
Reference in New Issue
Block a user