Skip to content

Commit 444cc78

Browse files
committed
Skip OpenSSL proxy test for bug #74796 on Windows
1 parent 42f6c15 commit 444cc78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/openssl/tests/bug74796.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ openssl
55
--SKIPIF--
66
<?php
77
if (!function_exists("proc_open")) die("skip no proc_open");
8+
if (substr(PHP_OS, 0, 3) == 'WIN') {
9+
die("skip not reliable on Windows due to proxy wait limitation");
10+
}
811
?>
912
--FILE--
1013
<?php

0 commit comments

Comments
 (0)