mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Check to see if Travis likes these tests now
This commit is contained in:
parent
634e2f4fe6
commit
753c26a909
@ -66,7 +66,7 @@ class SharingBase extends LoggedInTest
|
|||||||
if(getenv('TRAVIS'))
|
if(getenv('TRAVIS'))
|
||||||
{
|
{
|
||||||
// TODO: Figure out why this doesn't work on Travis
|
// TODO: Figure out why this doesn't work on Travis
|
||||||
$this->markTestSkipped("Travis doesn't like these. " . __METHOD__ . ':'.__LINE__);
|
//$this->markTestSkipped("Travis doesn't like these. " . __METHOD__ . ':'.__LINE__);
|
||||||
}
|
}
|
||||||
// Check we have basic access
|
// Check we have basic access
|
||||||
if(!is_readable($GLOBALS['egw_info']['server']['files_dir']))
|
if(!is_readable($GLOBALS['egw_info']['server']['files_dir']))
|
||||||
|
Loading…
Reference in New Issue
Block a user