Skip to content

Commit 139492b

Browse files
committed
Disable bug77390.phpt
This is causing a lot of spurious failures on AppVeyor.
1 parent 52605aa commit 139492b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/openssl/tests/bug77390.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug #76705: feof might hang on TLS streams in case of fragmented TLS records
44
<?php
55
if (!extension_loaded("openssl")) die("skip openssl not loaded");
66
if (!function_exists("proc_open")) die("skip no proc_open");
7+
die("skip Disabled due to too many spurious failures");
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)