We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bae790 commit 0a8826fCopy full SHA for 0a8826f
tests/test_utils.go
@@ -12,7 +12,6 @@ import (
12
"path"
13
"path/filepath"
14
"testing"
15
- "time"
16
17
"code.gitea.io/gitea/models/db"
18
packages_model "code.gitea.io/gitea/models/packages"
@@ -44,8 +43,8 @@ func InitTest(requireGitea bool) {
44
43
exitf("Environment variable $GITEA_ROOT not set")
45
}
46
47
- // Speedup tests that rely on the event source ticker.
48
- 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
49
50
setting.IsInTesting = true
51
setting.AppWorkPath = giteaRoot
0 commit comments