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: nodejs#31967
Refs: nodejs#44148
  • Loading branch information
richardlau committed Sep 28, 2022
1 parent bb4891d commit 6fe6751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/addons/addons.status
Original file line number Diff line number Diff line change
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 6fe6751

Please sign in to comment.