Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jun 23, 2025

Description

I'm seeing this locally, which I think is causing the CI failures:
Screenshot 2025-06-23 at 7 59 47 AM


Important

Skip test in use-mcp-tool.test.ts that causes CI failures due to frequent prompts.

  • Tests:
    • Skips the test "Should validate MCP request message format and complete successfully" in use-mcp-tool.test.ts due to frequent prompts causing CI failures.

This description was created by Ellipsis for 15cca80. You can customize this summary. It will automatically update as commits are pushed.

@daniel-lxs
Copy link
Member

I can probably take a look to see exactly why it's asking this question and fix it.

But you can skip it for now.

Copy link
Collaborator

@mrubens mrubens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skipping sounds good to stop the flakes. Probably worth looking at whether there's a legit issue, or more likely, a timing issue behind this failure. @daniel-lxs do you have any ideas?

})

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 () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test has been changed to skip (using test.skip) to avoid interactive prompts that can cause CI failures. It would be helpful to add an inline comment explaining the reason for skipping this test, so future maintainers understand the context and can revisit it later if needed.

Suggested change
test.skip("Should validate MCP request message format and complete successfully", async function () {
test.skip("Should validate MCP request message format and complete successfully", async function () { // Skipped to avoid interactive prompts that can cause CI failures. See PR for context.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. lgtm This PR has been approved by a maintainer labels Jun 23, 2025
@daniel-lxs
Copy link
Member

@cte @mrubens
I'm taking a look right now

@daniel-lxs
Copy link
Member

This should help #5046

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Jun 23, 2025
@cte cte merged commit 1f05caa into main Jun 23, 2025
21 of 22 checks passed
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jun 23, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jun 23, 2025
@cte cte deleted the cte/skip-e2e-test branch June 23, 2025 16:32
cte added a commit that referenced this pull request Jun 24, 2025
Alorse pushed a commit to Alorse/Roo-Code that referenced this pull request Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

6 participants