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 164f44a commit 6bd9923Copy full SHA for 6bd9923
universal_test.go
@@ -16,7 +16,7 @@ var _ = Describe("UniversalClient", func() {
16
}
17
})
18
19
- It("should connect to failover servers", func() {
+ It("should connect to failover servers", Label("NonRedisEnterprise"), func() {
20
client = redis.NewUniversalClient(&redis.UniversalOptions{
21
MasterName: sentinelName,
22
Addrs: sentinelAddrs,
0 commit comments