We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e434fb + 84e7d4a commit 70c29f8Copy full SHA for 70c29f8
sapi/cli/tests/upload_2G.phpt
@@ -36,6 +36,8 @@ if (getenv('TRAVIS')) {
36
die("skip Fails intermittently on travis");
37
}
38
39
+if (getenv('CIRRUS_CI')) die('skip Fails on Cirrus');
40
+
41
if (getenv('SKIP_PERF_SENSITIVE')) {
42
die("skip Test may be very slow if PHP is instrumented");
43
0 commit comments