mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
chore: Disable appstore from integration tests
This avoids spamming the appstore server and getting banned from CI runs Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
bf340a576f
commit
580911dc89
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ HIDE_OC_LOGS=$2
|
|||
INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)
|
||||
|
||||
if [ "$INSTALLED" == "true" ]; then
|
||||
# Disable appstore to avoid spamming from CI
|
||||
$OCC config:system:set appstoreenabled --value=false --type=boolean
|
||||
# Disable bruteforce protection because the integration tests do trigger them
|
||||
$OCC config:system:set auth.bruteforce.protection.enabled --value false --type bool
|
||||
# Disable rate limit protection because the integration tests do trigger them
|
||||
|
|
|
|||
Loading…
Reference in a new issue