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:
authorThomas Müller <thomas.mueller@tmit.eu>2012-10-28 19:33:11 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-10-28 19:33:11 +0400
commit2248fe9f3e23cbe342a5609119b5424448eb19b8 (patch)
treea38e22bff819c537c812021cee147ee3e63d0d4a /tests/enable_all.php
parent0fbb99690b436f3d46710c0efd8775e05a9d78ba (diff)
disble breaking test cases for now
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');