Skip to content

Commit 1f05caa

Browse files
authored
Skip e2e test that often prompts you (#5044)
1 parent 0a8c55c commit 1f05caa

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
@@ -767,7 +767,7 @@ suite("Roo Code use_mcp_tool Tool", function () {
767767
}
768768
})
769769

770-
test("Should validate MCP request message format and complete successfully", async function () {
770+
test.skip("Should validate MCP request message format and complete successfully", async function () {
771771
const api = globalThis.api
772772
const messages: ClineMessage[] = []
773773
let _taskCompleted = false

0 commit comments

Comments
 (0)