1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-07 12:42:55 +03:00

Skip flaky tests (#2699)

This commit is contained in:
ofekshenawa
2023-09-10 15:43:22 +03:00
committed by GitHub
parent c3098d5f7e
commit 5bbd80d943
3 changed files with 17 additions and 36 deletions

View File

@@ -17,6 +17,7 @@ var _ = Describe("UniversalClient", func() {
})
It("should connect to failover servers", func() {
Skip("Flaky Test")
client = redis.NewUniversalClient(&redis.UniversalOptions{
MasterName: sentinelName,
Addrs: sentinelAddrs,