Skip to content

Commit 22a24bc

Browse files
Skip a test that requires API key
1 parent 433387e commit 22a24bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mcp/tools/generate-project-plan.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ describe('generate_project_plan Tool', () => {
295295
}
296296
});
297297

298-
it('should return error for invalid model', async () => {
298+
// Skip by default as it requires OpenAI API key
299+
it.skip('should return error for invalid model', async () => {
299300
const context = await setupTestContext();
300301

301302
try {

0 commit comments

Comments
 (0)