Skip to content

Commit e948ae2

Browse files
committed
Skip template query tests ES <= 1.0
1 parent d0b59b1 commit e948ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/Nest.Tests.Integration/Search/Query/TemplateQueryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Nest.Tests.Integration.Search.Query
1414
public class TemplateQueryTests : IntegrationTests
1515
{
1616
[Test]
17+
[SkipVersion("0 - 1.0.9", "Query template added in 1.1")]
1718
public void TemplateQuery()
1819
{
1920
var r = this.Client.Search<ElasticsearchProject>(s => s

0 commit comments

Comments
 (0)