From 6fe675137e7e0dcaef87f4bc8007fc9936827e35 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 28 Sep 2022 09:41:21 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/31967 Refs: https://github.com/nodejs/node/pull/44148 --- test/addons/addons.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/addons/addons.status b/test/addons/addons.status index b56e0aa461cc36..88c7920f72e04c 100644 --- a/test/addons/addons.status +++ b/test/addons/addons.status @@ -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