mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -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);
|
||||
});
|
||||
|
||||
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();
|
||||
await rig.setup('should fail safely when old_string is not found');
|
||||
const fileName = 'no_match.txt';
|
||||
|
||||
Reference in New Issue
Block a user