Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
* PHP-8.4:
  [skip ci] Mark another phar test as flaky on macOS
  • Loading branch information
iluuu1994 committed Oct 18, 2024
2 parents b63167f + fe31018 commit 4704f00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/phar/tests/phar_oo_iswriteable.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php';
Expand Down

0 comments on commit 4704f00

Please sign in to comment.