mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix: skip one more flaky integration test
This commit is contained in:
@@ -92,7 +92,7 @@ describe('edit', () => {
|
|||||||
expect(newFileContent).toBe(expectedContent);
|
expect(newFileContent).toBe(expectedContent);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should fail safely when old_string is not found', async () => {
|
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