Skip to content

Commit 817b28c

Browse files
committed
hide multi_point and circle geoshape query tests from documentation
1 parent 6446bdb commit 817b28c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/Tests/Tests/QueryDsl/Geo/Shape/GeoShapeQueryUsageTests.cs

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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) { }

0 commit comments

Comments
 (0)