Skip to content

Commit 676d676

Browse files
committed
Try to disable a pcntl test
1 parent ea8c0e6 commit 676d676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pcntl/tests/002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
88
elseif (!defined('CLD_EXITED')) die('skip CLD_EXITED not defined');
99
elseif (getenv('SKIP_ASAN')) die('skip Fails intermittently under asan/msan');
1010
elseif (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
11+
elseif (str_contains(PHP_OS, 'FreeBSD')) die('skip Results in parallel test runner hang');
1112
?>
1213
--FILE--
1314
<?php

0 commit comments

Comments
 (0)