Skip to content

Commit 8afc2b9

Browse files
authored
Remove freq object test from RE tests (#2904)
1 parent d383038 commit 8afc2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ var _ = Describe("Commands", func() {
676676
Expect(get.Val()).To(Equal("hello"))
677677
})
678678

679-
It("should Object", func() {
679+
It("should Object", Label("NonRedisEnterprise"), func() {
680680
start := time.Now()
681681
set := client.Set(ctx, "key", "hello", 0)
682682
Expect(set.Err()).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)