Skip to content

Commit 6e5dfc2

Browse files
committed
Skip top hits repro tests for ES < 1.3
1 parent 92f5c96 commit 6e5dfc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tests/Nest.Tests.Integration/Reproduce/Reproduce1169Tests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Nest.Tests.Integration.Reproduce
1313
public class Reproduce1169Tests : IntegrationTests
1414
{
1515
[Test]
16+
[SkipVersion("0 - 1.2.9", "Top hits agg added in 1.3")]
1617
public void TopHitsReturnedFirst()
1718
{
1819
var response = this.Client.Search<ElasticsearchProject>(s => s
@@ -39,6 +40,7 @@ public void TopHitsReturnedFirst()
3940
}
4041

4142
[Test]
43+
[SkipVersion("0 - 1.2.9", "Top hits agg added in 1.3")]
4244
public void TermsReturnedFirst()
4345
{
4446
var response = this.Client.Search<ElasticsearchProject>(s => s

0 commit comments

Comments
 (0)