From: Nikita Popov Date: Tue, 1 Mar 2016 23:29:01 +0000 (+0100) Subject: Disable upload_2G test on travis X-Git-Tag: php-5.6.20RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdd578fcbbd0d75f76a2775dea8c8db1cc47b1f5;p=php Disable upload_2G test on travis --- diff --git a/sapi/cli/tests/upload_2G.phpt b/sapi/cli/tests/upload_2G.phpt index 313dcd5ac1..bd36ad6cda 100644 --- a/sapi/cli/tests/upload_2G.phpt +++ b/sapi/cli/tests/upload_2G.phpt @@ -21,6 +21,10 @@ if ($f = fopen("/proc/meminfo","r")) { if (empty($enough_free_ram)) { die("skip need +3G free RAM"); } + +if (getenv('TRAVIS')) { + die("skip Fails intermittently on travis"); +} ?> --FILE--