Remove from enterprise

This commit is contained in:
ofekshenawa 2024-07-15 04:12:35 +03:00
parent 20da958d6e
commit 206719f11a
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ var _ = Describe("RediSearch commands", Label("search"), func() {
Expect(res2.Total).To(BeEquivalentTo(int64(2)))
})
It("should test geoshapes query intersects and disjoint", func() {
It("should test geoshapes query intersects and disjoint", Label("NonRedisEnterprise"), func() {
_, err := client.FTCreate(ctx, "idx1", &redis.FTCreateOptions{}, &redis.FieldSchema{
FieldName: "g",
FieldType: redis.SearchFieldTypeGeoShape,