File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
src/Tests/Tests/QueryDsl/Geo/Shape Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,7 @@ protected override QueryContainer QueryFluent(QueryContainerDescriptor<Project>
155155 ) ;
156156 }
157157
158- /**
159- * [float]
160- * [[geo-shape-query-multipoint]]
161- * == Querying with MultiPoint
162- *
163- */
158+ // hide
164159 [ SkipVersion ( ">=7.0.0" , "multipoint queries are not supported" ) ]
165160 public class GeoShapeMultiPointQueryUsageTests : GeoShapeQueryUsageTestsBase
166161 {
@@ -598,13 +593,8 @@ protected override QueryContainer QueryFluent(QueryContainerDescriptor<Project>
598593 ) ;
599594 }
600595
601- /**
602- * [float]
603- * [[geo-shape-query-circle]]
604- * == Querying with Circle
605- *
606- */
607- [ SkipVersion ( ">=7.0.0" , "CIRCLE geometry is not supported" ) ]
596+ // hide
597+ [ SkipVersion ( ">=7.0.0" , "CIRCLE geometry is not supported. See https://github.com/elastic/elasticsearch/issues/39237" ) ]
608598 public class GeoShapeCircleQueryUsageTests : GeoShapeQueryUsageTestsBase
609599 {
610600 public GeoShapeCircleQueryUsageTests ( ReadOnlyCluster i , EndpointUsage usage ) : base ( i , usage ) { }
You can’t perform that action at this time.
0 commit comments