From 91a3b579620fbcc1e121bac4be9cf581d54cfea0 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 422700f43a79c0..58beb9d2c2e645 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -44,6 +44,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