Remove freq object test from RE tests (#2904)

This commit is contained in:
ofekshenawa 2024-02-14 23:28:28 +02:00 committed by GitHub
parent d383038a0f
commit 8afc2b9314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ var _ = Describe("Commands", func() {
Expect(get.Val()).To(Equal("hello"))
})
It("should Object", func() {
It("should Object", Label("NonRedisEnterprise"), func() {
start := time.Now()
set := client.Set(ctx, "key", "hello", 0)
Expect(set.Err()).NotTo(HaveOccurred())