We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b02c70 commit c0162f2Copy full SHA for c0162f2
src/Tests/Nest.Tests.Integration/Aggregations/MetricAggregationTests.cs
@@ -122,6 +122,7 @@ public void ValueCount()
122
}
123
124
[Test]
125
+ [SkipVersion("0 - 1.2.9", "Percentile ranks agg added in 1.3")]
126
public void PercentilesRank()
127
{
128
var results = this.Client.Search<ElasticsearchProject>(s => s
@@ -166,6 +167,7 @@ public void GeoBounds()
166
167
168
169
170
+ [SkipVersion("0 - 1.2.9", "Top hits agg added in 1.3")]
171
public void TopHits()
172
173
0 commit comments