Skip to content

Commit e84dd0a

Browse files
authored
Skip all MCP CI tests (#5645)
1 parent 5fab852 commit e84dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vscode-e2e/src/suite/tools/use-mcp-tool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { ClineMessage } from "@roo-code/types"
99
import { waitFor, sleep } from "../utils"
1010
import { setDefaultSuiteTimeout } from "../test-utils"
1111

12-
suite("Roo Code use_mcp_tool Tool", function () {
12+
suite.skip("Roo Code use_mcp_tool Tool", function () {
1313
setDefaultSuiteTimeout(this)
1414

1515
let tempDir: string

0 commit comments

Comments
 (0)