mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] Mark some more macOS tests as flaky
This commit is contained in:
@@ -4,7 +4,10 @@ Test posix_getgrnam() function : basic functionality
|
||||
posix
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!posix_getgroups()) die('skip - groups unavailable (ci)');
|
||||
if (!posix_getgroups()) die('skip - groups unavailable (ci)');
|
||||
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
|
||||
die("flaky Occasionally segfaults on macOS for unknown reasons");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
Test posix_getgroups() function : basic functionality
|
||||
--EXTENSIONS--
|
||||
posix
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
|
||||
die("flaky Occasionally segfaults on macOS for unknown reasons");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
echo "Basic test of POSIX getgroups\n";
|
||||
|
||||
Reference in New Issue
Block a user