Skip to content

Commit f6564ef

Browse files
committed
Skip collection mode test on ES < 1.3
1 parent bac62f7 commit f6564ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public void NestedEmptyAggregationThreeLevelDeeps()
9797
}
9898

9999
[Test]
100+
[SkipVersion("0 - 1.2.9", "Collection mode added in ES 1.3")]
100101
public void NestedEmptyAggregationThreeLevelDeepsWithBFS()
101102
{
102103
var results = this.Client.Search<ElasticsearchProject>(s => s

0 commit comments

Comments
 (0)