mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Skip all MCP CI tests (#5645)
This commit is contained in:
parent
5fab8521cd
commit
e84dd0a2cf
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import type { ClineMessage } from "@roo-code/types"
|
|||
import { waitFor, sleep } from "../utils"
|
||||
import { setDefaultSuiteTimeout } from "../test-utils"
|
||||
|
||||
suite("Roo Code use_mcp_tool Tool", function () {
|
||||
suite.skip("Roo Code use_mcp_tool Tool", function () {
|
||||
setDefaultSuiteTimeout(this)
|
||||
|
||||
let tempDir: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue