Skip to content

Commit fcc5ea4

Browse files
committed
Skip percentiles agg tests ES <= 1.0
1 parent cc96398 commit fcc5ea4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Tests/Nest.Tests.Integration/Aggregations/CombinationTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace Nest.Tests.Integration.Aggregations
99
public class CombinationTests : IntegrationTests
1010
{
1111
[Test]
12+
[SkipVersion("0 - 1.0.9", "Percentiles agg added in 1.1")]
1213
public void Percentiles()
1314
{
1415
var results = this.Client.Search<ElasticsearchProject>(s => s
@@ -31,6 +32,7 @@ public void Percentiles()
3132
}
3233

3334
[Test]
35+
[SkipVersion("0 - 1.0.9", "Percentiles agg added in 1.1")]
3436
public void Terms()
3537
{
3638
var results = this.Client.Search<ElasticsearchProject>(s => s
@@ -53,6 +55,7 @@ public void Terms()
5355
}
5456

5557
[Test]
58+
[SkipVersion("0 - 1.0.9", "Percentiles agg added in 1.1")]
5659
public void Stats()
5760
{
5861
var results = this.Client.Search<ElasticsearchProject>(s => s

src/Tests/Nest.Tests.Integration/Aggregations/StatsAggregationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void Average()
4343
}
4444

4545
[Test]
46+
[SkipVersion("0 - 1.0.9", "Percentiles agg added in 1.1")]
4647
public void StatsAllowsOtherAggsOnTheSameLevel()
4748
{
4849
var results = this.Client.Search<ElasticsearchProject>(s => s

0 commit comments

Comments
 (0)