From e81b066fb17dd6defe82a813dc778f51841c8921 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 19 Oct 2023 12:35:02 -0400 Subject: [PATCH] test: set `test-cli-node-options` as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/50296 Refs: https://github.com/nodejs/node/issues/50295 Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index cafcc8aea0e2e2..5b3b7992a8d276 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -16,6 +16,8 @@ test-child-process-pipe-dataflow: PASS, FLAKY test-child-process-stdio-reuse-readable-stdio: PASS, FLAKY # https://github.com/nodejs/node/issues/49985 test-runner-watch-mode: PASS, FLAKY +# https://github.com/nodejs/node/issues/50295 +test-cli-node-options: PASS, FLAKY # Windows on x86 [$system==win32 && $arch==x86]