Skip to content

Commit 4e890ba

Browse files
committed
stop debug on re
1 parent b87a20b commit 4e890ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ var _ = Describe("Commands", func() {
702702
})
703703
})
704704

705-
Describe("debugging", func() {
705+
Describe("debugging", Label("NonRedisEnterprise"), func() {
706706
It("should DebugObject", func() {
707707
err := client.DebugObject(ctx, "foo").Err()
708708
Expect(err).To(MatchError("ERR no such key"))

0 commit comments

Comments
 (0)