diff options
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-x | autotest-checkers.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh index 37b396de5e5..abadeeb182b 100755 --- a/autotest-checkers.sh +++ b/autotest-checkers.sh @@ -28,10 +28,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;); [ "$app" == "files_sharing" ] || \ [ "$app" == "files_trashbin" ] || \ [ "$app" == "files_versions" ] || \ - [ "$app" == "lookup_server_connector" ] || \ [ "$app" == "provisioning_api" ] || \ - [ "$app" == "testing" ] || \ - [ "$app" == "twofactor_backupcodes" ] || \ [ "$app" == "updatenotification" ] || \ [ "$app" == "user_ldap" ] then |