From 8b260c5d6be7ea9d95ef420394600339aec03252 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 0f3a9a3b63d9ba..90acc6d7c6e66b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -103,3 +103,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