mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Fix admin queue page title (#26409)
Fix #26408 ``` # locale_en-US.ini [admin] monitor.queues = Queues ``` --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@ -12,7 +12,6 @@ import (
|
||||
"path"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"code.gitea.io/gitea/models/db"
|
||||
packages_model "code.gitea.io/gitea/models/packages"
|
||||
@ -44,8 +43,8 @@ func InitTest(requireGitea bool) {
|
||||
exitf("Environment variable $GITEA_ROOT not set")
|
||||
}
|
||||
|
||||
// Speedup tests that rely on the event source ticker.
|
||||
setting.UI.Notification.EventSourceUpdateTime = time.Second
|
||||
// TODO: Speedup tests that rely on the event source ticker, confirm whether there is any bug or failure.
|
||||
// setting.UI.Notification.EventSourceUpdateTime = time.Second
|
||||
|
||||
setting.IsInTesting = true
|
||||
setting.AppWorkPath = giteaRoot
|
||||
|
Reference in New Issue
Block a user