Check to see if Travis likes these tests now

This commit is contained in:
nathangray 2019-05-07 15:55:31 -06:00
parent 634e2f4fe6
commit 753c26a909

View File

@ -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']))