From c8744909b014c40cdb03fa1b914c48614c8592b5 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 18:19:39 -0400 Subject: [PATCH] test: set inspector async hook test as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/nodejs/node/issues/50222 PR-URL: https://github.com/nodejs/node/pull/50252 Refs: https://github.com/nodejs/node/issues/50222 Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Filip Skokan --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0489fba1e513fa..d21ddbda26e4b7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -105,3 +105,7 @@ test-http-pipeline-flood: SKIP [$asan==on] # 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