From 7c7bb6a3c2a884d90f9c131bdbbb92feb03e2bc1 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 4 Jul 2023 15:41:51 +0200 Subject: [PATCH] Revert "test: remove test-crypto-keygen flaky designation" This reverts commit 893c000046998a6337977ac03158bffc560478b0. Refs: https://github.com/nodejs/node/pull/48575#issuecomment-1620267554 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0cc0b35cf5478a..8de4ad29cb1414 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,6 +7,8 @@ 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/41201 test-fs-rmdir-recursive: PASS, FLAKY # https://github.com/nodejs/node/issues/48300