From 57adbdd1560a3a4b1c4f8f561b8fde3a3009d91e 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 a872b9f132a3a1..98288c5c1228c2 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