1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix false positive test failure

This commit is contained in:
Dmitry Stogov
2024-04-10 09:01:46 +03:00
parent 2a1cc4eecb
commit a37d661db5

View File

@@ -7,6 +7,7 @@ pcntl
if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");
if (!function_exists("pcntl_setcpuaffinity")) die("skip pcntl_setcpuaffinity() is not available");
if (getenv('TRAVIS')) die('skip Currently fails on Travis');
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
?>
--FILE--
<?php