Skip to content

Commit 1b7f3c5

Browse files
committed
NestedGeoCentroid aggregation test missing skipversion attribute
1 parent f2b3ea1 commit 1b7f3c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Tests/Aggregations/Metric/GeoCentroid/GeoCentroidAggregationUsageTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected override void ExpectResponse(ISearchResponse<Project> response)
6464
*
6565
* The `geo_centroid` aggregation is more interesting when combined as a sub-aggregation to other bucket aggregations
6666
*/
67+
[SkipVersion("<2.1.0", "")]
6768
public class NestedGeoCentroidAggregationUsageTests : AggregationUsageTestBase
6869
{
6970
public NestedGeoCentroidAggregationUsageTests(ReadOnlyCluster i, EndpointUsage usage) : base(i, usage) { }

src/Tests/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mode either u (unit test), i (integration test) or m (mixed mode)
22
mode: i
33
# the elasticsearch version that should be started
4-
elasticsearch_version: 2.3.4
4+
elasticsearch_version: 2.0.0
55
# whether we want to forcefully reseed on the node, if you are starting the tests with a node already running
66
force_reseed: true
77
# do not spawn nodes as part of the test setup but rely on a manually started es node being up

0 commit comments

Comments
 (0)