test: disable flaky MCP directory_tree test (#5627)

The test 'Should request MCP filesystem directory_tree tool and complete successfully' has been timing out after 45s in CI. Disabling it temporarily to unblock the test suite while we investigate the root cause.
This commit is contained in:
Daniel 2025-07-12 10:38:55 -05:00 committed by GitHub
parent 50e45a2bc6
commit 84bfd76924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -557,7 +557,7 @@ suite("Roo Code use_mcp_tool Tool", function () {
}
})
test("Should request MCP filesystem directory_tree tool and complete successfully", async function () {
test.skip("Should request MCP filesystem directory_tree tool and complete successfully", async function () {
const api = globalThis.api
const messages: ClineMessage[] = []
let _taskCompleted = false