Skip to content

Commit b402a99

Browse files
committed
feat: skip claude entirely
1 parent 10c507f commit b402a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/file-edit-claude.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const model = ModelEnum['claude-3-7-sonnet-20250219'];
77

88
// jest.retryTimes(1);
99

10-
describe('File Edit Tool with Claude', () => {
10+
describe.skip('File Edit Tool with Claude', () => {
1111
let fileEditTool: FileEditTool;
1212
const testDir = path.join(process.cwd(), 'sample-claude');
1313

0 commit comments

Comments
 (0)