-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Skip e2e test that often prompts you #5044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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. |
mrubens
left a comment
There was a problem hiding this 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 () { |
There was a problem hiding this comment.
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.
| 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. |
|
This should help #5046 |
Description
I'm seeing this locally, which I think is causing the CI failures:

Important
Skip test in
use-mcp-tool.test.tsthat causes CI failures due to frequent prompts."Should validate MCP request message format and complete successfully"inuse-mcp-tool.test.tsdue to frequent prompts causing CI failures.This description was created by
for 15cca80. You can customize this summary. It will automatically update as commits are pushed.