Skip to content

Commit

Permalink
test: skip some binding tests on IBMi PASE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richardlau authored and danielleadams committed Oct 5, 2022
1 parent 6ae9bc8 commit 60a05d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/addons/addons.status
Expand Up @@ -12,6 +12,11 @@ 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

0 comments on commit 60a05d6

Please sign in to comment.