Skip to content

Commit 0130996

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Another flaky macOS phar test
2 parents 7bda7ad + 65b990a commit 0130996

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/phar/tests/tar/033.phpt

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ phar
55
--INI--
66
phar.readonly=0
77
phar.require_hash=0
8+
--SKIPIF--
9+
<?php
10+
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
11+
die("flaky Occasionally segfaults on macOS for unknown reasons");
12+
}
13+
?>
814
--FILE--
915
<?php
1016

0 commit comments

Comments
 (0)