This commit is contained in:
nathangray 2019-05-07 16:15:17 -06:00
parent 753c26a909
commit 48f2513f40

View File

@ -63,11 +63,6 @@ class SharingBase extends LoggedInTest
public function setUp()
{
if(getenv('TRAVIS'))
{
// TODO: Figure out why this doesn't work on Travis
//$this->markTestSkipped("Travis doesn't like these. " . __METHOD__ . ':'.__LINE__);
}
// Check we have basic access
if(!is_readable($GLOBALS['egw_info']['server']['files_dir']))
{