Delete unworkable replace test and enabled the rest (#11125)

This commit is contained in:
Tommaso Sciortino
2025-10-14 13:34:04 -07:00
committed by GitHub
parent ef3186d441
commit 769fe8b161
2 changed files with 2 additions and 33 deletions

View File

@@ -85,7 +85,7 @@ describe('JSON output', () => {
expect(payload.error.message).toContain("current type is 'oauth-personal'");
});
it('should not exit on tool errors and allow model to self-correct in JSON mode', async () => {
it.skip('should not exit on tool errors and allow model to self-correct in JSON mode', async () => {
const result = await rig.run(
`Read the contents of ${rig.testDir}/path/to/nonexistent/file.txt and tell me what it says. ` +
'On error, respond to the user with exactly the text "File not found".',