summaryrefslogtreecommitdiff
path: root/test/sequential
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-12-11 06:06:32 -0800
committerRich Trott <rtrott@gmail.com>2018-12-11 11:28:26 -0800
commit73ebfc2d93c2427acbb3f81be4e3c2b544f08b34 (patch)
tree63b16c83ec366f2dccc4f2b4b3537b2595fd0a24 /test/sequential
parentb416dafb87e50b66479a7a73970a930f1c7dcada (diff)
downloadandroid-node-v8-73ebfc2d93c2427acbb3f81be4e3c2b544f08b34.tar.gz
android-node-v8-73ebfc2d93c2427acbb3f81be4e3c2b544f08b34.tar.bz2
android-node-v8-73ebfc2d93c2427acbb3f81be4e3c2b544f08b34.zip
test: mark test-cli-syntax as flaky/unreliable
Refs: https://github.com/nodejs/node/issues/24403 PR-URL: https://github.com/nodejs/node/pull/24957 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test/sequential')
-rw-r--r--test/sequential/sequential.status2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index d9963bc6f7..b8f52a209a 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -7,6 +7,8 @@ prefix sequential
[true] # This section applies to all platforms
# https://github.com/nodejs/node/issues/22336
test-gc-http-client: PASS,FLAKY
+# https://github.com/nodejs/node/issues/24403
+test-cli-syntax: PASS,FLAKY
[$system==win32]
# https://github.com/nodejs/node/issues/22327