Skip to content

Commit 8b02c70

Browse files
committed
Skip GeoBounds agg test on ES versions <= 1.3
1 parent 2da2529 commit 8b02c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public void PercentilesRank()
140140
}
141141

142142
[Test]
143+
[SkipVersion("0 - 1.3.0", "Fails against 1.3: https://github.com/elasticsearch/elasticsearch/issues/7004")]
143144
public void GeoBounds()
144145
{
145146
var results = this.Client.Search<ElasticsearchProject>(s => s

0 commit comments

Comments
 (0)