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 bac62f7 commit f6564efCopy full SHA for f6564ef
src/Tests/Nest.Tests.Integration/Aggregations/TermsAggregationTests.cs
@@ -97,6 +97,7 @@ public void NestedEmptyAggregationThreeLevelDeeps()
97
}
98
99
[Test]
100
+ [SkipVersion("0 - 1.2.9", "Collection mode added in ES 1.3")]
101
public void NestedEmptyAggregationThreeLevelDeepsWithBFS()
102
{
103
var results = this.Client.Search<ElasticsearchProject>(s => s
0 commit comments