Skip to content

Commit 84e7d4a

Browse files
committed
[skip ci] Skip upload_2G.phpt on Cirrus
1 parent ccca597 commit 84e7d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sapi/cli/tests/upload_2G.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if (getenv('TRAVIS')) {
3636
die("skip Fails intermittently on travis");
3737
}
3838

39+
if (getenv('CIRRUS_CI')) die('skip Fails on Cirrus');
40+
3941
if (getenv('SKIP_PERF_SENSITIVE')) {
4042
die("skip Test may be very slow if PHP is instrumented");
4143
}

0 commit comments

Comments
 (0)