summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-02-22 17:39:43 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-02-22 17:39:43 +0100
commit139492b1ae67efe541f88f8d1f3183e40ad7636d (patch)
tree4c07c695cc3c0aa893a84818af308bcf276c13a0
parent52605aafc565955436c9f60c33a786302fef7887 (diff)
downloadphp-git-139492b1ae67efe541f88f8d1f3183e40ad7636d.tar.gz
Disable bug77390.phpt
This is causing a lot of spurious failures on AppVeyor.
-rw-r--r--ext/openssl/tests/bug77390.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/tests/bug77390.phpt b/ext/openssl/tests/bug77390.phpt
index a71275ef6f..5cac8e32fa 100644
--- a/ext/openssl/tests/bug77390.phpt
+++ b/ext/openssl/tests/bug77390.phpt
@@ -4,6 +4,7 @@ Bug #76705: feof might hang on TLS streams in case of fragmented TLS records
<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
+die("skip Disabled due to too many spurious failures");
?>
--FILE--
<?php