We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1b1510 + b598dbf commit c63460cCopy full SHA for c63460c
1 file changed
ext/phar/tests/tar/033.phpt
@@ -5,6 +5,12 @@ phar
5
--INI--
6
phar.readonly=0
7
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
+?>
14
--FILE--
15
<?php
16
0 commit comments