test: removed forgotten AwaitsFix annotations
This commit is contained in:
parent
aa35f510e8
commit
328c375970
|
@ -64,7 +64,6 @@ 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();
|
||||||
|
@ -315,7 +314,6 @@ 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…
Reference in New Issue