From a97c817451b4863acdd9706d220f9776cc0ab284 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 14 Jan 2022 17:26:18 -0500 Subject: [PATCH] test: mark test-fs-rmdir-recursive flaky on win Refs: https://github.com/nodejs/node/issues/41201 From recent reliability reports this is now the most common failure by far in CI runs. Mark the test as flaky until the issue is resolved. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/41533 Reviewed-By: Ben Coe Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4b6f0a9c478d61..7f5e947fd6ecf2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -15,6 +15,8 @@ test-timers-immediate-queue: PASS,FLAKY test-worker-memory: PASS,FLAKY # 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 [$system==linux] # https://github.com/nodejs/node/issues/39368