[TEST] Mark HistoryTemplateTimeMappingsTests.testTimeFields awaitsfix.

Original commit: elastic/x-pack-elasticsearch@a9b59e23de
This commit is contained in:
Brian Murphy 2015-05-03 13:30:59 -04:00
parent 73e64292b0
commit 9bbaaa7588
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.watcher.test.integration;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse;
import org.elasticsearch.cluster.metadata.MappingMetaData;
import org.elasticsearch.common.collect.ImmutableOpenMap;
@ -42,6 +43,7 @@ public class HistoryTemplateTimeMappingsTests extends AbstractWatcherIntegration
}
@Test
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-watcher/issues/351")
public void testTimeFields() throws Exception {
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch("_id").setSource(watchBuilder()
.trigger(schedule(interval("5s")))