summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-18 21:17:32 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-18 21:17:32 +0100
commit3c994c3e108ae31526feeb07c290e067b810d12b (patch)
treeb0356506cbaf7f93fc54ef160251fd1242eac378 /tests
parent6858f7e6540d1a737a9bbe8b1643777ed22bfdec (diff)
debug(performance): Try to re-disable auth.storeCryptedPassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/integration/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/run.sh b/tests/integration/run.sh
index 832032ba3..0ead960a3 100755
--- a/tests/integration/run.sh
+++ b/tests/integration/run.sh
@@ -70,7 +70,8 @@ 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 '#'