Skip to content

Commit 6bd9923

Browse files
committed
don't test sentinel for re
1 parent 164f44a commit 6bd9923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

universal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var _ = Describe("UniversalClient", func() {
1616
}
1717
})
1818

19-
It("should connect to failover servers", func() {
19+
It("should connect to failover servers", Label("NonRedisEnterprise"), func() {
2020
client = redis.NewUniversalClient(&redis.UniversalOptions{
2121
MasterName: sentinelName,
2222
Addrs: sentinelAddrs,

0 commit comments

Comments
 (0)