From 866a399488d0b11eece605c55c036e2ef0ad27db 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 d54811b26b7efb..cafcc8aea0e2e2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -108,3 +108,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