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 6e5dfc2 commit 4f32fbeCopy full SHA for 4f32fbe
src/Tests/Nest.Tests.Integration/Aggregations/BucketAggregationTests.cs
@@ -66,6 +66,7 @@ public void SignificantTerms()
66
}
67
68
[Test]
69
+ [SkipVersion("0 - 1.1.9", "Background filter added in ES 1.2")]
70
public void SignificantTermsWithBackgroundFilter()
71
{
72
var results = this.Client.Search<ElasticsearchProject>(s => s
0 commit comments