We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1cc4e commit a37d661Copy full SHA for a37d661
ext/pcntl/tests/pcntl_getcpu.phpt
@@ -7,6 +7,7 @@ pcntl
7
if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");
8
if (!function_exists("pcntl_setcpuaffinity")) die("skip pcntl_setcpuaffinity() is not available");
9
if (getenv('TRAVIS')) die('skip Currently fails on Travis');
10
+if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
11
?>
12
--FILE--
13
<?php
0 commit comments