Skip to content

Commit 1bfe934

Browse files
committed
[skip ci] Skip openssl tests currently failing on 8.2
1 parent 0e17dcf commit 1bfe934

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/openssl/tests/bug74341.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ openssl
55
--SKIPIF--
66
<?php
77
if (OPENSSL_VERSION_NUMBER >= 0x30300000) die('skip For OpenSSL < 3.3');
8+
if (substr(PHP_OS, 0, 3) == "WIN") die("skip Failing on Windows");
89
?>
910
--FILE--
1011
<?php

ext/openssl/tests/openssl_x509_parse_basic.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ openssl
55
--SKIPIF--
66
<?php
77
if (OPENSSL_VERSION_NUMBER >= 0x30200000) die('skip For OpenSSL < 3.2');
8+
if (substr(PHP_OS, 0, 3) == "WIN") die("skip Failing on Windows");
89
?>
910
--FILE--
1011
<?php

0 commit comments

Comments
 (0)