From 2cfc4007d1754f8f3a652b25c2017ea29db9a62a 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 90acc6d7c6e66b..7bf6ba740ddea8 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -13,6 +13,8 @@ test-crypto-keygen: PASS,FLAKY 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 +test-cli-node-options: PASS, FLAKY # Windows on x86 [$system==win32 && $arch==x86]