Skip to content

Commit 4606a5f

Browse files
richardlautargos
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 38c77e3 commit 4606a5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/parallel/parallel.status

+8
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,20 @@ test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
7575
test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
7676
test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
7777
test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
78+
# https://github.com/nodejs/node/issues/54346
79+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
7880
# https://github.com/nodejs/node/issues/50050
7981
test-tick-processor-arguments: SKIP
8082
# https://github.com/nodejs/node/issues/54534
8183
test-runner-run-watch: PASS, FLAKY
8284

8385
[$system==freebsd]
86+
# https://github.com/nodejs/node/issues/54346
87+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
88+
89+
[$system==aix]
90+
# https://github.com/nodejs/node/issues/54346
91+
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
8492

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

0 commit comments

Comments
 (0)