mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Fix parallelly generating index failure with Mysql (#24567)
This commit is contained in:
parent
3d1fda737b
commit
315124b469
4 changed files with 95 additions and 11 deletions
|
@ -7,7 +7,6 @@ import (
|
|||
"fmt"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"os"
|
||||
"path"
|
||||
"sync"
|
||||
"testing"
|
||||
|
@ -135,9 +134,6 @@ func TestRepoCommitsWithStatusRunning(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestRepoCommitsStatusParallel(t *testing.T) {
|
||||
if os.Getenv("CI") != "" {
|
||||
t.Skip("Skipping because test is flaky on CI")
|
||||
}
|
||||
defer tests.PrepareTestEnv(t)()
|
||||
|
||||
session := loginUser(t, "user2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue