aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-03 17:44:56 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-03 17:44:56 +0100
commitc90c9eb3e8f3e372b73cbad320b463dd6739764d (patch)
tree0dae19926f7fdd1eeb18e30f6fbc2925eb66eb4d
parent060cee223a2e8acabd29760cbccdac6a68ed1be4 (diff)
parente014a18b4a8960cf8ddfc706e729545711c97ee4 (diff)
downloadnextcloud-server-c90c9eb3e8f3e372b73cbad320b463dd6739764d.tar.gz
nextcloud-server-c90c9eb3e8f3e372b73cbad320b463dd6739764d.zip
Merge pull request #12579 from owncloud/drop-files-external-tests
drop files_external tests from autotest - they will be executed with aut...
-rw-r--r--tests/enable_all.php1
-rw-r--r--tests/phpunit-autotest.xml3
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index 2368a194944..d6c3184edd6 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -19,7 +19,6 @@ function enableApp($app) {
enableApp('files_sharing');
enableApp('files_trashbin');
enableApp('files_encryption');
-enableApp('files_external');
enableApp('user_ldap');
enableApp('files_versions');
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 9fba824bc7d..15e0e3dd408 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -20,8 +20,7 @@
<exclude>
<directory suffix=".php">../3rdparty</directory>
<directory suffix=".php">../apps/files/l10n</directory>
- <directory suffix=".php">../apps/files_external/l10n</directory>
- <directory suffix=".php">../apps/files_external/3rdparty</directory>
+ <directory suffix=".php">../apps/files_external</directory>
<directory suffix=".php">../apps/files_versions/l10n</directory>
<directory suffix=".php">../apps/files_encryption/l10n</directory>
<directory suffix=".php">../apps/files_encryption/3rdparty</directory>