Unmute DynamicIndexNameIntegrationTests.

Closes elastic/elasticsearch#1527

Original commit: elastic/x-pack-elasticsearch@4ba9fe5f08
This commit is contained in:
Adrien Grand 2016-02-15 16:12:57 +01:00
parent 77ffdbcbb4
commit 7b2fae3982
1 changed files with 0 additions and 2 deletions

View File

@ -72,7 +72,6 @@ public class DynamicIndexNameIntegrationTests extends AbstractWatcherIntegration
}); });
} }
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/1527")
public void testDynamicIndexSearchInput() throws Exception { public void testDynamicIndexSearchInput() throws Exception {
final String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC()); final String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC());
createIndex(indexName); createIndex(indexName);
@ -99,7 +98,6 @@ public class DynamicIndexNameIntegrationTests extends AbstractWatcherIntegration
assertThat(response.getHits().getTotalHits(), is(1L)); assertThat(response.getHits().getTotalHits(), is(1L));
} }
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/1527")
public void testDynamicIndexSearchTransform() throws Exception { public void testDynamicIndexSearchTransform() throws Exception {
String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC()); String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC());
createIndex(indexName); createIndex(indexName);