From 50181a19b85720c9ac09f256cbf5ce56597a747e Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 10:46:53 -0400 Subject: [PATCH] test: set inspector async stack test as flaky https://github.com/nodejs/node/issues/50243 PR-URL: https://github.com/nodejs/node/pull/50244 Refs: https://github.com/nodejs/node/issues/50243 Reviewed-By: Filip Skokan Reviewed-By: Ruy Adorno Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index f77813ed774243..fa425fdcfc475b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -41,6 +41,8 @@ test-http-server-headers-timeout-keepalive: PASS,FLAKY test-http-server-request-timeout-keepalive: PASS,FLAKY # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS,FLAKY +# https://github.com/nodejs/node/issues/50243 +test-inspector-async-stack-traces-set-interval: PASS, FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/pull/31178