mirror of https://github.com/go-redis/redis.git
Remove from enterprise
This commit is contained in:
parent
20da958d6e
commit
206719f11a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue