Skip to content

Commit 60a05d6

Browse files
richardlaudanielleadams
authored andcommittedOct 5, 2022
test: skip some binding tests on IBMi PASE
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: #31967 Refs: #44148 PR-URL: #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>
1 parent 6ae9bc8 commit 60a05d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎test/addons/addons.status

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ openssl-binding/test: PASS,FLAKY
1212

1313
[$system==ibmi]
1414
openssl-binding/test: SKIP
15+
openssl-providers/test-default-only-config: SKIP
16+
openssl-providers/test-legacy-provider-config: SKIP
17+
openssl-providers/test-legacy-provider-inactive-config: SKIP
18+
openssl-providers/test-legacy-provider-option: SKIP
19+
openssl-providers/test-no-legacy-provider-option: SKIP
1520
zlib-binding/test: SKIP
1621
# https://github.com/nodejs/node/issues/34410
1722
register-signal-handler/test: PASS,FLAKY

0 commit comments

Comments
 (0)
Please sign in to comment.