mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +00:00
awaited fix a couple of index template tests till we have removed the ingest index template
This commit is contained in:
parent
fa9aab91eb
commit
234371811d
@ -63,6 +63,8 @@ import static org.hamcrest.Matchers.nullValue;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class SimpleIndexTemplateIT extends ESIntegTestCase {
|
public class SimpleIndexTemplateIT extends ESIntegTestCase {
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "temporarily ignored till we have removed the ingest index template")
|
||||||
public void testSimpleIndexTemplateTests() throws Exception {
|
public void testSimpleIndexTemplateTests() throws Exception {
|
||||||
// clean all templates setup by the framework.
|
// clean all templates setup by the framework.
|
||||||
client().admin().indices().prepareDeleteTemplate("*").get();
|
client().admin().indices().prepareDeleteTemplate("*").get();
|
||||||
@ -313,6 +315,7 @@ public class SimpleIndexTemplateIT extends ESIntegTestCase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "temporarily ignored till we have removed the ingest index template")
|
||||||
public void testInvalidSettings() throws Exception {
|
public void testInvalidSettings() throws Exception {
|
||||||
// clean all templates setup by the framework.
|
// clean all templates setup by the framework.
|
||||||
client().admin().indices().prepareDeleteTemplate("*").get();
|
client().admin().indices().prepareDeleteTemplate("*").get();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user