File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments