From 24f078a22b69422346d7653149aa84e933d67d6d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 12 May 2024 10:53:11 +0200 Subject: [PATCH] test: mark `test-benchmark-crypto` as flaky PR-URL: https://github.com/nodejs/node/pull/52955 Refs: https://github.com/nodejs/node/issues/52690 Reviewed-By: Richard Lau Reviewed-By: James M Snell --- test/benchmark/benchmark.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/benchmark/benchmark.status b/test/benchmark/benchmark.status index 65e4d815552d3c..9487ac00829783 100644 --- a/test/benchmark/benchmark.status +++ b/test/benchmark/benchmark.status @@ -6,6 +6,9 @@ prefix benchmark [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/52690 +test-benchmark-crypto: PASS, FLAKY + [$system==win32] [$system==linux]