]> granicus.if.org Git - php/commitdiff
Just SKIP that test on travis
authorMichael Wallner <mike@php.net>
Mon, 21 Oct 2013 10:16:41 +0000 (12:16 +0200)
committerMichael Wallner <mike@php.net>
Mon, 21 Oct 2013 10:16:41 +0000 (12:16 +0200)
ext/standard/tests/file/disk_free_space_basic.phpt

index 7ea8d36153f06272da53bb8a7cd077958d546c6c..9dc663ae16e31f4a0d7e3c2d9c386072a72212d5 100644 (file)
@@ -1,5 +1,9 @@
 --TEST--
 Test disk_free_space and its alias diskfreespace() functions : basic functionality
+--SKIPIF--
+<?php
+if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
+?>
 --INI--
 memory_limit=32M
 --FILE--