Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
test: use common.skipIfInspectorDisabled() to skip tests#58675
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
test: use common.skipIfInspectorDisabled() to skip tests #58675
Uh oh!
There was an error while loading. Please reload this page.
Conversation
dario-piotrowicz commented Jun 11, 2025 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
71324d3 to da7d9a6Comparenodejs-github-bot commented Jun 11, 2025
codecovbot commented Jun 11, 2025 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #58675 +/- ## ========================================== + Coverage 90.14% 90.15% +0.01% ========================================== Files 636 636 Lines 188057 188061 +4 Branches 36897 36903 +6 ========================================== + Hits 169525 169555 +30 + Misses 11277 11244 -33 - Partials 7255 7262 +7 🚀 New features to boost your workflow:
|
some test files manually check for `!process.features.inspector` to see if the tests should be skipped, the changes here update those checks to instead use the more appropriate `common.skipIfInspectorDisabled()`
da7d9a6 to f6bb399Comparecommon.skipIfInspectorDisable() to skip testscommon.skipIfInspectorDisabled() to skip testsnodejs-github-bot commented Jun 11, 2025
nodejs-github-bot commented Jun 11, 2025
431c04d into nodejs:mainUh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jun 13, 2025
Landed in 431c04d |
some test files manually check for `!process.features.inspector` to see if the tests should be skipped, the changes here update those checks to instead use the more appropriate `common.skipIfInspectorDisabled()` PR-URL: #58675 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
some test files manually check for `!process.features.inspector` to see if the tests should be skipped, the changes here update those checks to instead use the more appropriate `common.skipIfInspectorDisabled()` PR-URL: #58675 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
some test files manually check for `!process.features.inspector` to see if the tests should be skipped, the changes here update those checks to instead use the more appropriate `common.skipIfInspectorDisabled()` PR-URL: #58675 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
some test files manually check for
!process.features.inspectorto to see if the tests should be skipped, the changes here update those checks to instead use the more appropriatecommon.skipIfInspectorDisabled()