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 92f5c96 commit 6e5dfc2Copy full SHA for 6e5dfc2
src/Tests/Nest.Tests.Integration/Reproduce/Reproduce1169Tests.cs
@@ -13,6 +13,7 @@ namespace Nest.Tests.Integration.Reproduce
13
public class Reproduce1169Tests : IntegrationTests
14
{
15
[Test]
16
+ [SkipVersion("0 - 1.2.9", "Top hits agg added in 1.3")]
17
public void TopHitsReturnedFirst()
18
19
var response = this.Client.Search<ElasticsearchProject>(s => s
@@ -39,6 +40,7 @@ public void TopHitsReturnedFirst()
39
40
}
41
42
43
44
public void TermsReturnedFirst()
45
46
0 commit comments