From eed0537533bb8b0411ec210aba75233fa167d9f9 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 10:45:27 -0400 Subject: [PATCH] test: set `test-performance-function` 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 762e484a87cbcc..0d3034bf783ac9 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -34,6 +34,8 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY [$system==linux] # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY +# https://github.com/nodejs/node/issues/54803 +test-performance-function: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605