mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
drop files_external tests from autotest - they will be executed with autotest-external.sh which is coming
This commit is contained in:
parent
3fdb1937a3
commit
e014a18b4a
2 changed files with 1 additions and 3 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue