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 d0b59b1 commit e948ae2Copy full SHA for e948ae2
src/Tests/Nest.Tests.Integration/Search/Query/TemplateQueryTests.cs
@@ -14,6 +14,7 @@ namespace Nest.Tests.Integration.Search.Query
14
public class TemplateQueryTests : IntegrationTests
15
{
16
[Test]
17
+ [SkipVersion("0 - 1.0.9", "Query template added in 1.1")]
18
public void TemplateQuery()
19
20
var r = this.Client.Search<ElasticsearchProject>(s => s
0 commit comments