Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(ci): Don't opt out of auth.storeCryptedPassword anymore
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and nickvergessen committed Feb 7, 2023
commit 2e89d525c6e96a8cf1d6be0658262743d99d0321
2 changes: 0 additions & 2 deletions tests/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '#'
Expand Down