From c4c580bfd596a440f2de722bd32608ec8ee5c7b5 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 10:40:06 -0400 Subject: [PATCH] test: set `test-debugger-heap-profiler` as flaky PR-URL: https://github.com/nodejs/node/pull/54802 Reviewed-By: James M Snell Reviewed-By: Matthew Aitken 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 ad541eb1c8a..2363183d77f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -52,6 +52,8 @@ test-crypto-dh-stateless: SKIP test-crypto-keygen: SKIP # https://github.com/nodejs/node/issues/52963 test-pipe-file-to-http: PASS, FLAKY +# https://github.com/nodejs/node/issues/54801 +test-debugger-heap-profiler: PASS, FLAKY [$system==solaris] # Also applies to SmartOS # https://github.com/nodejs/node/issues/43457