Skip to content

Commit 3a9a950

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: [skip ci] Skip upload_2G.phpt on Cirrus
2 parents eae8038 + 70c29f8 commit 3a9a950

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)