From 2a95d5249ff959d3a4def475aa9ab6a464b3bb1b Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 3 Feb 2024 10:42:22 +0100 Subject: [PATCH] test: remove test-crypto-keygen flaky designation Refs: https://github.com/nodejs/node/issues/41206#issuecomment-1858836845 PR-URL: https://github.com/nodejs/node/pull/51567 Reviewed-By: Moshe Atlow Reviewed-By: Filip Skokan --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b63b63345589fc..ea4b10853f516f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,8 +7,6 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] -# https://github.com/nodejs/node/issues/41206 -test-crypto-keygen: PASS,FLAKY # https://github.com/nodejs/node/issues/49985 test-runner-watch-mode: PASS, FLAKY # https://github.com/nodejs/node/issues/50295