Skip to content

Commit 206719f

Browse files
committed
Remove from enterprise
1 parent 20da958 commit 206719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ var _ = Describe("RediSearch commands", Label("search"), func() {
10441044
Expect(res2.Total).To(BeEquivalentTo(int64(2)))
10451045
})
10461046

1047-
It("should test geoshapes query intersects and disjoint", func() {
1047+
It("should test geoshapes query intersects and disjoint", Label("NonRedisEnterprise"), func() {
10481048
_, err := client.FTCreate(ctx, "idx1", &redis.FTCreateOptions{}, &redis.FieldSchema{
10491049
FieldName: "g",
10501050
FieldType: redis.SearchFieldTypeGeoShape,

0 commit comments

Comments
 (0)