Skip to content

Commit

Permalink
disable this test temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Jun 14, 2019
1 parent 42cc58f commit 8f4e24e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/pcntl/tests/001.phpt
Expand Up @@ -4,6 +4,9 @@ Test pcntl wait functionality
<?php
if (!extension_loaded("pcntl")) print "skip";
elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
if (PHP_OS == "Darwin") {
die("skip do not run on darwin");
}
?>
--FILE--
<?php
Expand Down

0 comments on commit 8f4e24e

Please sign in to comment.