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 59da35b commit 09a2f07Copy full SHA for 09a2f07
redis_test.go
@@ -245,7 +245,7 @@ var _ = Describe("Client", func() {
245
Expect(val).Should(HaveKeyWithValue("proto", int64(3)))
246
})
247
248
- It("should initialize idle connections created by MinIdleConns", func() {
+ It("should initialize idle connections created by MinIdleConns", Label("NonRedisEnterprise"), func() {
249
opt := redisOptions()
250
passwrd := "asdf"
251
db0 := redis.NewClient(opt)
0 commit comments