From 893c000046998a6337977ac03158bffc560478b0 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 27 Jun 2023 17:18:10 +0200 Subject: [PATCH] test: remove test-crypto-keygen flaky designation PR-URL: https://github.com/nodejs/node/pull/48575 Reviewed-By: Moshe Atlow Reviewed-By: Yagiz Nizipli Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Rich Trott --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 8de4ad29cb1414..0cc0b35cf5478a 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/41201 test-fs-rmdir-recursive: PASS, FLAKY # https://github.com/nodejs/node/issues/48300