Skip to content

Commit 09a2f07

Browse files
committed
re doesn't support requirepass
1 parent 59da35b commit 09a2f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ var _ = Describe("Client", func() {
245245
Expect(val).Should(HaveKeyWithValue("proto", int64(3)))
246246
})
247247

248-
It("should initialize idle connections created by MinIdleConns", func() {
248+
It("should initialize idle connections created by MinIdleConns", Label("NonRedisEnterprise"), func() {
249249
opt := redisOptions()
250250
passwrd := "asdf"
251251
db0 := redis.NewClient(opt)

0 commit comments

Comments
 (0)