Skip to content

Commit 1b5a159

Browse files
committed
[skip ci] Skip intermittently failing curl test on macOS
The test fails with "CURL ERROR: 56". I will create an issue for it shortly.
1 parent 5390989 commit 1b5a159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/tests/curl_setopt_ssl.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
88
exec('openssl version', $out, $code);
99
if ($code > 0) die("skip couldn't locate openssl binary");
1010
if (PHP_OS_FAMILY === 'Windows') die('skip not for Windows');
11+
if (PHP_OS_FAMILY === 'Darwin') die('skip Fails intermittently on macOS');
1112
$curl_version = curl_version();
1213
if ($curl_version['version_number'] < 0x074700) {
1314
die("skip: blob options not supported for curl < 7.71.0");

0 commit comments

Comments
 (0)