-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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: mark test-esm-loader-hooks-inspect-wait
flaky
#56803
Conversation
`test-esm-loader-hooks-inspect-wait` is occasionally crashing on more platforms than Linux. Mark the test as flaky on those platforms as well.
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56803 +/- ##
=======================================
Coverage 89.22% 89.22%
=======================================
Files 663 663
Lines 191974 191974
Branches 36926 36920 -6
=======================================
+ Hits 171286 171290 +4
+ Misses 13561 13559 -2
+ Partials 7127 7125 -2 |
Fast-track has been requested by @jasnell. Please 👍 to approve. |
Not seeing much reason to make this wait the 48 hours to land... added the fast-track label. |
Landed in adf8e97 |
`test-esm-loader-hooks-inspect-wait` is occasionally crashing on more platforms than Linux. Mark the test as flaky on those platforms as well. PR-URL: #56803 Refs: #54346 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-esm-loader-hooks-inspect-wait
is occasionally crashing on more platforms than Linux. Mark the test as flaky on those platforms as well.Refs: #54346