mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
50aac703f3
IBM i PASE Node.js always links to shared openssl libraries. Skip recently added OpenSSL addons tests as we do for other OpenSSL addons tests on IBM i. Refs: https://github.com/nodejs/node/pull/31967 Refs: https://github.com/nodejs/node/pull/44148 PR-URL: https://github.com/nodejs/node/pull/44810 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
23 lines
764 B
Plaintext
23 lines
764 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
|
|
openssl-providers/test-default-only-config: SKIP
|
|
openssl-providers/test-legacy-provider-config: SKIP
|
|
openssl-providers/test-legacy-provider-inactive-config: SKIP
|
|
openssl-providers/test-legacy-provider-option: SKIP
|
|
openssl-providers/test-no-legacy-provider-option: SKIP
|
|
zlib-binding/test: SKIP
|
|
# https://github.com/nodejs/node/issues/34410
|
|
register-signal-handler/test: PASS,FLAKY
|