diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b197fe4cea82ca..4e60a97e6434e5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -66,12 +66,20 @@ test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY test-domain-with-abort-on-uncaught-exception: PASS, FLAKY +# https://github.com/nodejs/node/issues/54346 +test-esm-loader-hooks-inspect-wait: PASS, FLAKY # https://github.com/nodejs/node/issues/50050 test-tick-processor-arguments: SKIP # https://github.com/nodejs/node/issues/54534 test-runner-run-watch: PASS, FLAKY [$system==freebsd] +# https://github.com/nodejs/node/issues/54346 +test-esm-loader-hooks-inspect-wait: PASS, FLAKY + +[$system==aix] +# https://github.com/nodejs/node/issues/54346 +test-esm-loader-hooks-inspect-wait: PASS, FLAKY [$system==ibmi] # https://github.com/nodejs/node/pull/30819