We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 036f00f + d8aedb5 commit 99d2055Copy full SHA for 99d2055
1 file changed
ext/phar/tests/zip/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