From d12c47293c391b9d3d0d911dd5c1015fd1347ab6 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 d21ddbda26e4b72..32415b26ce12c0e 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]