1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/php81/xfail-openssl-1.1-test.patch
2021-09-16 21:33:22 +03:00

13 lines
462 B
Diff

diff --git a/ext/openssl/tests/openssl_error_string_basic.phpt b/ext/openssl/tests/openssl_error_string_basic.phpt
index e4ea264b3b..fd1f7ef9d3 100644
--- a/ext/openssl/tests/openssl_error_string_basic.phpt
+++ b/ext/openssl/tests/openssl_error_string_basic.phpt
@@ -6,6 +6,8 @@ openssl
<?php
if (OPENSSL_VERSION_NUMBER >= 0x30000000) die('skip For OpenSSL < 3.0');
?>
+--XFAIL--
+Somehow unstable
--FILE--
<?php
// helper function to check openssl errors