From c2b0dcd165e65055c2e33a69bf2161cbec9ee211 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:45:42 +0000 Subject: [PATCH] test: un-set inspector-async-hook-setup-at-inspect-brk as flaky There was a commit that got merged that should have fixed the issue ref: https://github.com/nodejs/node/issues/50222#issuecomment-1962680957 PR-URL: https://github.com/nodejs/node/pull/53692 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index c2b988f9b2f769..0ba0491531b24e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -103,10 +103,6 @@ test-http-pipeline-flood: SKIP # https://github.com/nodejs/node/issues/39655 test-cluster-primary-error: PASS, FLAKY -[$arch==s390x] -# https://github.com/nodejs/node/issues/50222 -test-inspector-async-hook-setup-at-inspect-brk: PASS, FLAKY - [$arch==loong64] # https://github.com/nodejs/node/issues/51662 test-http-correct-hostname: SKIP