Remove jsonGet from Enterprise tests

This commit is contained in:
ofekshenawa 2024-06-19 23:48:23 +03:00
parent 8de66299e1
commit 758180c035
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ var _ = Describe("JSON Commands", Label("json"), func() {
Expect(cmd.Val()).To(Equal("OK"))
})
It("should JSONGet", Label("json.get", "json"), func() {
It("should JSONGet", Label("json.get", "json", "NonRedisEnterprise"), func() {
res, err := client.JSONSet(ctx, "get3", "$", `{"a": 1, "b": 2}`).Result()
Expect(err).NotTo(HaveOccurred())
Expect(res).To(Equal("OK"))