From f687d000b9efa9944ca8812bc37397c1f58af58e Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 5 Jul 2023 18:30:30 +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 PR-URL: https://github.com/nodejs/node/pull/48652 Reviewed-By: Richard Lau Reviewed-By: Matthew Aitken --- 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