Skip to content

Commit db4c529

Browse files
committed
fix: disable ratelimit at integration tests
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 4852003 commit db4c529

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/behat-mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
./occ config:system:set allow_local_remote_servers --value true --type boolean
158158
./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
159159
./occ config:app:set dav enableDefaultContact --value false --type boolean
160+
./occ config:system:set ratelimit.protection.enabled --value false --type boolean
160161
161162
- name: Run behat
162163
working-directory: apps/${{ env.APP_NAME }}/tests/integration

.github/workflows/behat-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
./occ config:system:set allow_local_remote_servers --value true --type boolean
170170
./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
171171
./occ config:app:set dav enableDefaultContact --value false --type boolean
172+
./occ config:system:set ratelimit.protection.enabled --value false --type boolean
172173
173174
- name: Run behat
174175
working-directory: apps/${{ env.APP_NAME }}/tests/integration

.github/workflows/behat-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
./occ config:system:set allow_local_remote_servers --value true --type boolean
164164
./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
165165
./occ config:app:set dav enableDefaultContact --value false --type boolean
166+
./occ config:system:set ratelimit.protection.enabled --value false --type boolean
166167
167168
- name: Run behat
168169
working-directory: apps/${{ env.APP_NAME }}/tests/integration

.github/workflows/behat-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
./occ config:system:set allow_local_remote_servers --value true --type boolean
155155
./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
156156
./occ config:app:set dav enableDefaultContact --value false --type boolean
157+
./occ config:system:set ratelimit.protection.enabled --value false --type boolean
157158
158159
- name: Run behat
159160
working-directory: apps/${{ env.APP_NAME }}/tests/integration

0 commit comments

Comments
 (0)