test: removed forgotten AwaitsFix annotations

This commit is contained in:
Martijn van Groningen 2016-01-18 11:59:57 +01:00
parent aa35f510e8
commit 328c375970
1 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ import static org.hamcrest.Matchers.nullValue;
*/
public class SimpleIndexTemplateIT extends ESIntegTestCase {
@AwaitsFix(bugUrl = "temporarily ignored till we have removed the ingest index template")
public void testSimpleIndexTemplateTests() throws Exception {
// clean all templates setup by the framework.
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 {
// clean all templates setup by the framework.
client().admin().indices().prepareDeleteTemplate("*").get();