1
0
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:
ofekshenawa
2024-06-20 02:25:49 +03:00
committed by GitHub
parent 097cddbeb0
commit 445d2667eb
2 changed files with 6 additions and 4 deletions

View File

@ -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