Skip to content

Commit 0573c19

Browse files
richardlauaduh95
authored andcommitted
test: mark test-esm-loader-hooks-inspect-wait flaky
`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]>
1 parent 48e0fd3 commit 0573c19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/parallel/parallel.status

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,20 @@ test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
8585
test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
8686
test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
8787
test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
88+
# https://github.com/nodejs/node/issues/54346
89+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
8890
# https://github.com/nodejs/node/issues/50050
8991
test-tick-processor-arguments: SKIP
9092
# https://github.com/nodejs/node/issues/54534
9193
test-runner-run-watch: PASS, FLAKY
9294

9395
[$system==freebsd]
96+
# https://github.com/nodejs/node/issues/54346
97+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
98+
99+
[$system==aix]
100+
# https://github.com/nodejs/node/issues/54346
101+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
94102

95103
[$system==ibmi]
96104
# https://github.com/nodejs/node/pull/30819

0 commit comments

Comments
 (0)