mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] Another flaky phar macOS test
This commit is contained in:
@@ -5,6 +5,12 @@ phar
|
||||
--INI--
|
||||
phar.readonly=0
|
||||
phar.require_hash=0
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
|
||||
die("flaky Occasionally segfaults on macOS for unknown reasons");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user