aboutsummaryrefslogtreecommitdiffstats
path: root/tests/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/apps.php')
-rw-r--r--tests/apps.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/apps.php b/tests/apps.php
index c2015fecda9..5e5286de404 100644
--- a/tests/apps.php
+++ b/tests/apps.php
@@ -6,11 +6,7 @@
*/
function loadDirectory($path): void {
- if (strpos($path, 'integration')) {
- return;
- }
-
- if (strpos($path, 'Integration')) {
+ if (strpos($path, 'apps/user_ldap/tests/Integration')) {
return;
}