From 3bcf65944509d3193bd6525d1d000e445a298993 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 17 Feb 2024 07:44:18 +0100 Subject: [PATCH] test: remove test-cli-node-options flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last trace of failure dates back to 2023-09-24. Fixes: https://github.com/nodejs/node/issues/50295 PR-URL: https://github.com/nodejs/node/pull/51716 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Michaƫl Zasso --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 15621a4b753be0..1547e1a547085f 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/50295 -test-cli-node-options: PASS, FLAKY # Windows on x86 [$system==win32 && $arch==ia32]