We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9f92a commit 6193148Copy full SHA for 6193148
universal_test.go
@@ -63,6 +63,7 @@ var _ = Describe("UniversalClient", func() {
63
64
65
It("should connect to failover servers on slaves when readonly Options is ok", func() {
66
+ Skip("Flaky Test")
67
client = redis.NewUniversalClient(&redis.UniversalOptions{
68
MasterName: sentinelName,
69
Addrs: sentinelAddrs,
0 commit comments