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 c2dde81 commit cc96398Copy full SHA for cc96398
src/Tests/Nest.Tests.Integration/Search/Template/SearchTemplateTests.cs
@@ -54,6 +54,7 @@ public void SearchTemplateByQuery_ObjectInitializer()
54
}
55
56
[Test]
57
+ [SkipVersion("0 - 1.2.9", "Put search template introduced in 1.3")]
58
public void SearchTemplateById()
59
{
60
var templateName = "myIndexedTemplate";
@@ -79,6 +80,7 @@ public void SearchTemplateById()
79
80
81
82
83
84
public void PutGetAndDeleteTemplate()
85
86
0 commit comments