Skip sharing tests since they fail on Travis

This commit is contained in:
nathangray 2019-04-25 13:03:52 -06:00
parent 383b602c67
commit 3ccb142a48

View File

@ -61,6 +61,7 @@ class SharingBase extends LoggedInTest
public function setUp() public function setUp()
{ {
$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']))
{ {