mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
Remove freq object test from RE tests (#2904)
This commit is contained in:
parent
d383038a0f
commit
8afc2b9314
@ -676,7 +676,7 @@ var _ = Describe("Commands", func() {
|
|||||||
Expect(get.Val()).To(Equal("hello"))
|
Expect(get.Val()).To(Equal("hello"))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should Object", func() {
|
It("should Object", Label("NonRedisEnterprise"), func() {
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
set := client.Set(ctx, "key", "hello", 0)
|
set := client.Set(ctx, "key", "hello", 0)
|
||||||
Expect(set.Err()).NotTo(HaveOccurred())
|
Expect(set.Err()).NotTo(HaveOccurred())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user