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 d0ab0eb commit f011046Copy full SHA for f011046
universal_test.go
@@ -60,7 +60,7 @@ var _ = Describe("UniversalClient", func() {
60
Expect(a).ToNot(Panic())
61
})
62
63
- It("should connect to failover servers on slaves when readonly Options is ok", func() {
+ It("should connect to failover servers on slaves when readonly Options is ok", Label("NonRedisEnterprise"), func() {
64
client = redis.NewUniversalClient(&redis.UniversalOptions{
65
MasterName: sentinelName,
66
Addrs: sentinelAddrs,
0 commit comments