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>2014-01-17 15:07:27 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-01-17 15:07:27 +0400
commit817b49af581631ea641716291e2e5def44ec8c5d (patch)
tree1c754cf73669a1f5f7bcbcf55ed926998b6af836 /tests/enable_all.php
parent5730e05a145ac96f6e92e4e63129d018259007f5 (diff)
don't enable files_external tests
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index 0267c4e2450..d54418ff8e4 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -18,6 +18,6 @@ function enableApp($app) {
enableApp('files_sharing');
enableApp('files_encryption');
-enableApp('files_external');
+//enableApp('files_external');
enableApp('user_ldap');