mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Just SKIP that test on travis
This commit is contained in:
parent
f860486de5
commit
2ecf94e07e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Test disk_free_space and its alias diskfreespace() functions : basic functionality
|
Test disk_free_space and its alias diskfreespace() functions : basic functionality
|
||||||
|
--SKIPIF--
|
||||||
|
<?php
|
||||||
|
if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
|
||||||
|
?>
|
||||||
--INI--
|
--INI--
|
||||||
memory_limit=32M
|
memory_limit=32M
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue