mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
IBMi PASE Node.js always links to shared openssl and zlib libraries. So skip the static binding tests. PR-URL: https://github.com/nodejs/node/pull/31967 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
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
|
|
|
|
[$arch==arm]
|
|
# https://github.com/nodejs/node/issues/30786
|
|
openssl-binding/test: PASS,FLAKY
|
|
|
|
[$system==ibmi]
|
|
openssl-binding/test: SKIP
|
|
zlib-binding/test: SKIP
|