From c820166e4b81c299f3d8309b0a4efc98b5db25f3 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 1 Feb 2024 08:13:03 +0100 Subject: [PATCH] test: remove test-fs-rmdir-recursive flaky designation Refs: https://github.com/nodejs/node/issues/41201#issuecomment-1858836768 PR-URL: https://github.com/nodejs/node/pull/51566 Reviewed-By: Moshe Atlow Reviewed-By: Yagiz Nizipli Reviewed-By: Marco Ippolito --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7b7a72675234b9..b3e8a7f4041c21 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -9,8 +9,6 @@ prefix parallel [$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 test-runner-watch-mode: PASS, FLAKY # https://github.com/nodejs/node/issues/50295