mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Remove rate limiter.
This commit is contained in:
parent
d5a8979841
commit
c8d99d3fae
1 changed files with 0 additions and 4 deletions
4
.github/workflows/frontend-admin-tests.yml
vendored
4
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -66,10 +66,6 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Write custom settings.json that enables the Admin UI tests
|
name: Write custom settings.json that enables the Admin UI tests
|
||||||
run: "sed -i 's/\"enableAdminUITests\": false/\"enableAdminUITests\": true,\\n\"users\":{\"admin\":{\"password\":\"changeme\",\"is_admin\":true}}/' settings.json"
|
run: "sed -i 's/\"enableAdminUITests\": false/\"enableAdminUITests\": true,\\n\"users\":{\"admin\":{\"password\":\"changeme\",\"is_admin\":true}}/' settings.json"
|
||||||
-
|
|
||||||
name: Disable import/export rate limiting
|
|
||||||
run: |
|
|
||||||
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 1000000/' -i settings.json
|
|
||||||
-
|
-
|
||||||
name: Remove standard frontend test files, so only admin tests are run
|
name: Remove standard frontend test files, so only admin tests are run
|
||||||
run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs
|
run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue