From a37d661db517162dd745e70a1c03adb22190e19e Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 10 Apr 2024 09:01:46 +0300 Subject: [PATCH] Fix false positive test failure --- ext/pcntl/tests/pcntl_getcpu.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pcntl/tests/pcntl_getcpu.phpt b/ext/pcntl/tests/pcntl_getcpu.phpt index 3275af5b953..17233061b4e 100644 --- a/ext/pcntl/tests/pcntl_getcpu.phpt +++ b/ext/pcntl/tests/pcntl_getcpu.phpt @@ -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--