From 1bfe9340b722145be2f82b5880a28ba2b2ee0ba0 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 21 Oct 2025 00:55:08 +0200 Subject: [PATCH] [skip ci] Skip openssl tests currently failing on 8.2 --- ext/openssl/tests/bug74341.phpt | 1 + ext/openssl/tests/openssl_x509_parse_basic.phpt | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/openssl/tests/bug74341.phpt b/ext/openssl/tests/bug74341.phpt index 97c4f9b55c4..b08e71234b6 100644 --- a/ext/openssl/tests/bug74341.phpt +++ b/ext/openssl/tests/bug74341.phpt @@ -5,6 +5,7 @@ openssl --SKIPIF-- = 0x30300000) die('skip For OpenSSL < 3.3'); +if (substr(PHP_OS, 0, 3) == "WIN") die("skip Failing on Windows"); ?> --FILE-- = 0x30200000) die('skip For OpenSSL < 3.2'); +if (substr(PHP_OS, 0, 3) == "WIN") die("skip Failing on Windows"); ?> --FILE--