Skip to content

Commit 062837a

Browse files
committed
[skip ci] Mark another phar test as flaky on macOS
1 parent b2b294a commit 062837a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/phar/tests/phar_oo_iswriteable.phpt

Lines changed: 6 additions & 0 deletions
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
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php';

0 commit comments

Comments
 (0)