From 367ab2a55e5e41023c47bc26d80362187b94a343 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 16 Dec 2021 15:15:52 -0500 Subject: [PATCH] test: mark test-crypto-keygen slow on windows Refs: https://github.com/nodejs/node/issues/41206 This test seems to be failing regularly on windows with a timeout. Mark it slow to reduce CI noise until it gets investigated. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/41207 Reviewed-By: Richard Lau Reviewed-By: James M Snell --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index d1a52c520f4d69..f54ebb9a47599a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,6 +11,8 @@ prefix parallel test-timers-immediate-queue: PASS,FLAKY # https://github.com/nodejs/node/issues/23277 test-worker-memory: PASS,FLAKY +# https://github.com/nodejs/node/issues/41206 +test-crypto-keygen: PASS,FLAKY [$system==linux] # https://github.com/nodejs/node/issues/39368