summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-07-05 12:44:55 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-05 12:48:10 +0200
commit4e5a717866ed18c5ee539e339e33cc71f0ac8a88 (patch)
tree5654ed3a7951ec6c4906d228dd2c183b7f872bc5
parent201673d1a681a28865145291d311239d5e58da57 (diff)
downloadphp-git-4e5a717866ed18c5ee539e339e33cc71f0ac8a88.tar.gz
Temporarily skip test
This test hangs on Windows for ~10 minutes as of commit 30019f4, so we temporarily skip it. The issue will be investigated by Joe and myself in due course.
-rw-r--r--ext/standard/tests/streams/bug64433.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/tests/streams/bug64433.phpt b/ext/standard/tests/streams/bug64433.phpt
index bb22edee55..b42356e11e 100644
--- a/ext/standard/tests/streams/bug64433.phpt
+++ b/ext/standard/tests/streams/bug64433.phpt
@@ -2,6 +2,7 @@
Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
--SKIPIF--
<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
die("skip could not found cli server script");
$res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";