From 2d6e1453401e8aa31c1eafee721611be582c7673 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 13 Dec 2018 22:58:39 -0800 Subject: [PATCH] test: mark test-cli-node-options flaky on arm Refs: https://github.com/nodejs/node/issues/25028 PR-URL: https://github.com/nodejs/node/pull/25032 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Daijiro Wachi --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b45e4448d97c06..208fe2e8ca8ba3 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -18,6 +18,8 @@ test-worker-syntax-error-file: PASS,FLAKY [$system==macos] [$arch==arm || $arch==arm64] +# https://github.com/nodejs/node/issues/25028 +test-cli-node-options: PASS,FLAKY [$system==solaris] # Also applies to SmartOS