Skip to content

Commit

Permalink
Mute failing date index name processor test
Browse files Browse the repository at this point in the history
This test is repeatedly failing, so this commit mutes it.

Relates elastic#38067
  • Loading branch information
jasontedor committed Jan 31, 2019
1 parent a6a534f commit 89bffc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void testUnix()throws Exception {
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");
Expand Down

0 comments on commit 89bffc2

Please sign in to comment.