mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user