mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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'))
|
||||
{
|
||||
// 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
|
||||
if(!is_readable($GLOBALS['egw_info']['server']['files_dir']))
|
||||
|
Loading…
Reference in New Issue
Block a user