mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Fix/admin test (#5934)
* Add missing awaits.
* Remove rate limiter.
* Readded maxHttpBuffersize.
* Revert "Add missing awaits."
This reverts commit d5a8979841
.
This commit is contained in:
parent
b84ab591aa
commit
79e1075e88
1 changed files with 3 additions and 0 deletions
3
.github/workflows/frontend-admin-tests.yml
vendored
3
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -66,6 +66,9 @@ jobs:
|
|||
-
|
||||
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"
|
||||
-
|
||||
name: increase maxHttpBufferSize
|
||||
run: "sed -i 's/\"maxHttpBufferSize\": 10000/\"maxHttpBufferSize\": 100000/' settings.json"
|
||||
-
|
||||
name: Disable import/export rate limiting
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue