From 60a05d6dea5624042c9a50a956894a5e51d96703 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Sun, 2 Oct 2022 23:41:21 +0100 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 PR-URL: https://github.com/nodejs/node/pull/44810 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: James M Snell --- 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