test: set test-performance-function as flaky

PR-URL: https://github.com/nodejs/node/pull/54802
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
Yagiz Nizipli 2024-09-06 10:45:27 -04:00 committed by James M Snell
parent c4c580bfd5
commit 866d32ffcd

View File

@ -34,6 +34,8 @@ test-snapshot-incompatible: SKIP
[$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