From 4231af336ddaad05afcf80de8bded95ce7d6ed3a 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 125d0621730e77..12371b2c50ea7b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -38,6 +38,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