mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
remove tests from RE (#3035)
This commit is contained in:
@ -99,7 +99,7 @@ var _ = Describe("ScanIterator", func() {
|
||||
Expect(vals).To(ContainElement("x"))
|
||||
})
|
||||
|
||||
It("should hscan without values across multiple pages", func() {
|
||||
It("should hscan without values across multiple pages", Label("NonRedisEnterprise"), func() {
|
||||
Expect(hashSeed(71)).NotTo(HaveOccurred())
|
||||
|
||||
var vals []string
|
||||
|
Reference in New Issue
Block a user