Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php8
1 files changed, 4 insertions, 4 deletions
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');