From 7b63999a9d5f2dc142e5937d64e13c266bc8d989 Mon Sep 17 00:00:00 2001 From: ofekshenawa Date: Wed, 14 Feb 2024 23:21:55 +0200 Subject: [PATCH] Remove freq object test from RE tests --- commands_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands_test.go b/commands_test.go index 81eb2eb6c..d30a9d8bb 100644 --- a/commands_test.go +++ b/commands_test.go @@ -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())