From e48d755fe3844e0a4cbe6ff0260a0e2b618df8dc Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 16 Dec 2021 15:15:52 -0500 Subject: [PATCH 1/2] 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 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index d1a52c520f4d69..fb933f5370c11d 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: SLOW [$system==linux] # https://github.com/nodejs/node/issues/39368 From fc702d4213eac34651bad4bb9c3f1af742f85eb5 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 16 Dec 2021 16:28:19 -0500 Subject: [PATCH 2/2] Update parallel.status --- test/parallel/parallel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index fb933f5370c11d..f54ebb9a47599a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,7 +12,7 @@ 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: SLOW +test-crypto-keygen: PASS,FLAKY [$system==linux] # https://github.com/nodejs/node/issues/39368