From 328c375970bf08af44097528d5ff223e3b4354cf Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Mon, 18 Jan 2016 11:59:57 +0100 Subject: [PATCH] test: removed forgotten AwaitsFix annotations --- .../elasticsearch/indices/template/SimpleIndexTemplateIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/test/java/org/elasticsearch/indices/template/SimpleIndexTemplateIT.java b/core/src/test/java/org/elasticsearch/indices/template/SimpleIndexTemplateIT.java index d1cb2193b07..3115daf29d8 100644 --- a/core/src/test/java/org/elasticsearch/indices/template/SimpleIndexTemplateIT.java +++ b/core/src/test/java/org/elasticsearch/indices/template/SimpleIndexTemplateIT.java @@ -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();