diff --git a/tests/enable_all.php b/tests/enable_all.php index 0ea8d231ce8..23a1e8ab68c 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -10,9 +10,9 @@ require_once __DIR__.'/../lib/base.php'; OC_App::enable('calendar'); OC_App::enable('contacts'); -OC_App::enable('files_archive'); -OC_App::enable('mozilla_sync'); -OC_App::enable('news'); -OC_App::enable('provisioning_api'); +#OC_App::enable('files_archive'); +#OC_App::enable('mozilla_sync'); +#OC_App::enable('news'); +#OC_App::enable('provisioning_api'); #OC_App::enable('user_external');