Skip to content

Commit adf8e97

Browse files
authored
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 e346323 commit adf8e97

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
@@ -69,12 +69,20 @@ test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
6969
test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
7070
test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
7171
test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
72+
# https://github.com/nodejs/node/issues/54346
73+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
7274
# https://github.com/nodejs/node/issues/50050
7375
test-tick-processor-arguments: SKIP
7476
# https://github.com/nodejs/node/issues/54534
7577
test-runner-run-watch: PASS, FLAKY
7678

7779
[$system==freebsd]
80+
# https://github.com/nodejs/node/issues/54346
81+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
82+
83+
[$system==aix]
84+
# https://github.com/nodejs/node/issues/54346
85+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
7886

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

0 commit comments

Comments
 (0)