summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-12-07 09:59:41 -0500
committerRichard Lau <riclau@uk.ibm.com>2019-12-07 16:07:44 -0500
commitd4e00ec0aefd8d83ca48e75082c0f3ec2b260ba9 (patch)
treeba8bc00ba52fb25429fc5d59fcfcbfdc1a29c3f5
parent254398a0be4eebf94fd244d1e331df7ec41d8f1e (diff)
downloadandroid-node-v8-d4e00ec0aefd8d83ca48e75082c0f3ec2b260ba9.tar.gz
android-node-v8-d4e00ec0aefd8d83ca48e75082c0f3ec2b260ba9.tar.bz2
android-node-v8-d4e00ec0aefd8d83ca48e75082c0f3ec2b260ba9.zip
test: mark addons/openssl-bindings/test flaky on arm
PR-URL: https://github.com/nodejs/node/pull/30838 Refs: https://github.com/nodejs/node/issues/30786 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
-rw-r--r--test/addons/addon.status8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/addons/addon.status b/test/addons/addon.status
index 6a3e3519c1..081725af9f 100644
--- a/test/addons/addon.status
+++ b/test/addons/addon.status
@@ -1,5 +1,11 @@
prefix addons
+# To mark a test as flaky, list the test name in the appropriate section
+# below, without ".js", followed by ": PASS,FLAKY". Example:
+# sample-test : PASS,FLAKY
+
[true] # This section applies to all platforms
-[$system==aix]
+[$arch==arm]
+# https://github.com/nodejs/node/issues/30786
+openssl-binding/test: PASS,FLAKY