Skip to content

Commit 7a6fd82

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
test: Disable ratelimit as tests trigger it
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent aec6eeb commit 7a6fd82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/integration/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)
2020
if [ "$INSTALLED" == "true" ]; then
2121
# Disable bruteforce protection because the integration tests do trigger them
2222
$OCC config:system:set auth.bruteforce.protection.enabled --value false --type bool
23+
# Disable rate limit protection because the integration tests do trigger them
24+
$OCC config:system:set ratelimit.protection.enabled --value false --type bool
2325
# Allow local remote urls otherwise we can not share
2426
$OCC config:system:set allow_local_remote_servers --value true --type bool
2527
# Allow self signed certificates

0 commit comments

Comments
 (0)