diff --git a/tests/integration/run.sh b/tests/integration/run.sh index b33e8cf3b0d..c3888f27f17 100755 --- a/tests/integration/run.sh +++ b/tests/integration/run.sh @@ -70,8 +70,6 @@ echo '#' ${ROOT_DIR}/occ config:system:set auth.bruteforce.protection.enabled --value false --type bool # Allow local remote urls otherwise we can not share ${ROOT_DIR}/occ config:system:set allow_local_remote_servers --value true --type bool -# Temporarily opt-out of storing crypted passwords, as they have a bug and make our tests time out -${ROOT_DIR}/occ config:system:set auth.storeCryptedPassword --value false --type bool echo '' echo '#'