Skip to content

Commit 8f4e24e

Browse files
committed
disable this test temporarily
1 parent 42cc58f commit 8f4e24e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/pcntl/tests/001.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Test pcntl wait functionality
44
<?php
55
if (!extension_loaded("pcntl")) print "skip";
66
elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
7+
if (PHP_OS == "Darwin") {
8+
die("skip do not run on darwin");
9+
}
710
?>
811
--FILE--
912
<?php

0 commit comments

Comments
 (0)