From d4e00ec0aefd8d83ca48e75082c0f3ec2b260ba9 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Sat, 7 Dec 2019 09:59:41 -0500 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Yongsheng Zhang --- test/addons/addon.status | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3