Skip to content

Commit

Permalink
Skip collection mode test on ES < 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarz committed Feb 25, 2015
1 parent bac62f7 commit f6564ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void NestedEmptyAggregationThreeLevelDeeps()
}

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

0 comments on commit f6564ef

Please sign in to comment.