From 3dfb525f3ef13c49463c7c763d70af27bb0ce5e2 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:02:20 -0400 Subject: [PATCH] test: set `test-esm-loader-hooks-inspect-wait` as flaky PR-URL: https://github.com/nodejs/node/pull/54802 Reviewed-By: James M Snell Reviewed-By: Matthew Aitken Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index d2b50e9b826c95..49f5769ffad8aa 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -42,6 +42,8 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY test-http-server-request-timeouts-mixed: PASS, FLAKY # https://github.com/nodejs/node/issues/54803 test-performance-function: PASS, FLAKY +# https://github.com/nodejs/node/issues/54346 +test-esm-loader-hooks-inspect-wait: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605