From d13153d90fa5dc178397ce0e7ba5b711379e6407 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 4b66881b79c8cd..e30209a1c36794 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -105,10 +105,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