summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-03 07:26:46 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-03 10:18:46 +0200
commit5c698fecf0f055a18175fdd9af295ed24b82ae3d (patch)
tree43c08bf5c0264d47f572610ff8d3e1aa7d8370d3 /tests
parent7904c20c4430dac32bbaead7a695ca46faff9b61 (diff)
fix(CI): Disable rate limiting protection
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/integration/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/run.sh b/tests/integration/run.sh
index 91d3296c4..b22beefe3 100755
--- a/tests/integration/run.sh
+++ b/tests/integration/run.sh
@@ -68,6 +68,8 @@ echo '# Optimizing configuration'
echo '#'
# Disable bruteforce protection because the integration tests do trigger them
${ROOT_DIR}/occ config:system:set auth.bruteforce.protection.enabled --value false --type bool
+# Disable rate limit protection because the integration tests do trigger them
+${ROOT_DIR}/occ config:system:set ratelimit.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