mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
chore(tests): Exclude files_external tests from default testsuite
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
parent
a51886569e
commit
c7a5ca60ec
1 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,8 @@
|
|||
<directory>Core/</directory>
|
||||
<directory>../apps/</directory>
|
||||
<exclude>../apps/user_ldap/tests/Integration</exclude>
|
||||
<!-- exclude files_external as it is tested separately -->
|
||||
<exclude>../apps/files_external</exclude>
|
||||
</testsuite>
|
||||
<source>
|
||||
<include>
|
||||
|
|
@ -27,7 +29,7 @@
|
|||
<directory>../3rdparty</directory>
|
||||
<directory>../apps/*/composer</directory>
|
||||
<directory>../apps/*/tests</directory>
|
||||
<directory>../apps/files_external/3rdparty</directory>
|
||||
<directory>../apps/files_external</directory>
|
||||
<directory>../build</directory>
|
||||
<directory>../lib/composer</directory>
|
||||
<directory>../tests</directory>
|
||||
|
|
|
|||
Loading…
Reference in a new issue