From 4af25803b4d77200bdee2c0688ae4f5d30cf9464 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 25 Jan 2024 21:09:51 +0100 Subject: [PATCH] test: remove test-crypto-keygen flaky designation Refs: https://github.com/nodejs/node/issues/41206#issuecomment-1858836845 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7b7a72675234b9..5f30cdebcc9948 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/49985