Skip to content

Commit 4f32fbe

Browse files
committed
Skip sig terms background filter test for ES < 1.2
1 parent 6e5dfc2 commit 4f32fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void SignificantTerms()
6666
}
6767

6868
[Test]
69+
[SkipVersion("0 - 1.1.9", "Background filter added in ES 1.2")]
6970
public void SignificantTermsWithBackgroundFilter()
7071
{
7172
var results = this.Client.Search<ElasticsearchProject>(s => s

0 commit comments

Comments
 (0)