mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Skip e2e test that often prompts you (#5044)
This commit is contained in:
parent
0a8c55cbd2
commit
1f05caa569
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ suite("Roo Code use_mcp_tool Tool", function () {
|
|||
}
|
||||
})
|
||||
|
||||
test("Should validate MCP request message format and complete successfully", async function () {
|
||||
test.skip("Should validate MCP request message format and complete successfully", async function () {
|
||||
const api = globalThis.api
|
||||
const messages: ClineMessage[] = []
|
||||
let _taskCompleted = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue