Skip to content

chore(ext/node): ignore some node test cases #29462

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

Merged
merged 2 commits into from
May 28, 2025

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented May 27, 2025

This PR adds result type IGNORED to node test script. Some test cases seem testing internal utility in Node.js repository. For example parallel/test-benchmark-cli.js tests cli tool at here, which is an internal tool, not a public API of Node.js. I think it's reasonable to ignore those tests in our node test tracker.

(Note: The total number of tests is calculated as passed cases + failed cases. Ignored cases are excluded from rate of passed test cases.)

@kt3k kt3k requested a review from bartlomieju May 27, 2025 06:59
@kt3k kt3k merged commit 4823f2b into denoland:main May 28, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants