From c7a5ca60ec24e453124a65efe9f4c3ca66d83fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Wed, 10 Jun 2026 14:38:01 +0200 Subject: [PATCH] chore(tests): Exclude files_external tests from default testsuite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet Signed-off-by: Benjamin Gaussorgues --- tests/phpunit-autotest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 11dd78dc809..94f8e0a9787 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -18,6 +18,8 @@ Core/ ../apps/ ../apps/user_ldap/tests/Integration + + ../apps/files_external @@ -27,7 +29,7 @@ ../3rdparty ../apps/*/composer ../apps/*/tests - ../apps/files_external/3rdparty + ../apps/files_external ../build ../lib/composer ../tests