From b37e361a47f072846b2c34d2e82e30c8cb6cb031 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 Apr 2019 00:20:18 -0700 Subject: [PATCH] test: remove flaky designation for test-cli-node-options The test failure is not platform-specific and is the result of manual/human error. Some improvements may be possible, but there is nothing fundamentally unsound about the test insofar as when it fails in CI, there is a problem on the host that needs to be addressed and not an inherent issue with the test. Refs: https://github.com/nodejs/node/issues/25028#issuecomment-479554080 Closes: https://github.com/nodejs/node/issues/25028 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 8fe255957e0db5..a63f30d52f21f2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -25,8 +25,6 @@ test-http2-client-upload-reject: PASS,FLAKY [$system==macos] [$arch==arm || $arch==arm64] -# https://github.com/nodejs/node/issues/25028 -test-cli-node-options: PASS,FLAKY # https://github.com/nodejs/node/issues/26610 test-async-hooks-http-parser-destroy: PASS,FLAKY