mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 18:29:05 +01:00
[CI] disable redis test, no redis server yet in CI
(cherry picked from commite1bbfa3619
) (cherry picked from commit91245ca917
) (cherry picked from commit705d0558be
) (cherry picked from commit9247594970
) (cherry picked from commit9db1158a48
) (cherry picked from commit3b36b77d87
) (cherry picked from commit162fa1d8ae
) (cherry picked from commitd03d0afbb5
) (cherry picked from commit7b8f92f787
) (cherry picked from commit035abca969
) (cherry picked from commita8fbf6bb56
) (cherry picked from commit 3be681d037b07880236cae1aa70245e5eb4d1497) (cherry picked from commit7e5d471c83
) (cherry picked from commit323801d935
) (cherry picked from commit3fdfe4bfea
) (cherry picked from commit58a07421a4
) (cherry picked from commitdbb71a4c85
) (cherry picked from commitd442113520
) (cherry picked from commitd3329f01f8
) (cherry picked from commit069a1d68b8
) (cherry picked from commit14919e609a
) (cherry picked from commit49b76be106
) (cherry picked from commit0fe9f257d2
) (cherry picked from commitb583bebeab
) (cherry picked from commit5c616e43a6
) (cherry picked from commit854bcea905
) (cherry picked from commitc2acb181c5
) (cherry picked from commit1cb07e71d1
)
This commit is contained in:
parent
7df4407714
commit
5d3f09e635
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ func TestBaseRedis(t *testing.T) {
|
|||
}()
|
||||
if !waitRedisReady("redis://127.0.0.1:6379/0", 0) {
|
||||
redisServer = redisServerCmd(t)
|
||||
if redisServer == nil && os.Getenv("CI") == "" {
|
||||
t.Skip("redis-server not found")
|
||||
if true {
|
||||
t.Skip("redis-server not found in Forgejo test yet")
|
||||
return
|
||||
}
|
||||
assert.NoError(t, redisServer.Start())
|
||||
|
|
Loading…
Reference in a new issue