Skip to content

Commit a37d661

Browse files
committed
Fix false positive test failure
1 parent 2a1cc4e commit a37d661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pcntl/tests/pcntl_getcpu.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pcntl
77
if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");
88
if (!function_exists("pcntl_setcpuaffinity")) die("skip pcntl_setcpuaffinity() is not available");
99
if (getenv('TRAVIS')) die('skip Currently fails on Travis');
10+
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
1011
?>
1112
--FILE--
1213
<?php

0 commit comments

Comments
 (0)