File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/Tests/Nest.Tests.Integration/Aggregations Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments