Mute failing date index name processor test

This test is repeatedly failing, so this commit mutes it.

Relates #38067
This commit is contained in:
Jason Tedor 2019-01-30 20:37:52 -05:00
parent a6a534f1f0
commit 89bffc25de
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public class DateIndexNameProcessorTests extends ESTestCase {
assertThat(document.getSourceAndMetadata().get("_index"), equalTo("<events-{19700101||/m{yyyyMMdd|UTC}}>"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38067")
public void testTemplatedFields() throws Exception {
String indexNamePrefix = randomAlphaOfLength(10);
String dateRounding = randomFrom("y", "M", "w", "d", "h", "m", "s");