From a8ac3372508d4a83f1ee6c6a335d94c1efdc0163 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 b3e8a7f4041c21..7cb1937da28b07 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