Skip to content

Commit d8b53a0

Browse files
committed
SKIP OPCache test which currently hangs
1 parent 431b8ac commit d8b53a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/opcache/tests/revalidate_path_01.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.revalidate_path=1
77
--SKIPIF--
8-
<?php require_once('skipif.inc'); ?>
8+
<?php require_once('skipif.inc');
9+
die("skip Currently hangs and needs to be investigates");
10+
?>
911
--CONFLICTS--
1012
server
1113
--FILE--

0 commit comments

Comments
 (0)