Skip to content

Commit

Permalink
Remove freq object test from RE tests (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Feb 14, 2024
1 parent d383038 commit 8afc2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 8afc2b9

Please sign in to comment.