Mute failing date index name processor test
This test is repeatedly failing, so this commit mutes it. Relates #38067
This commit is contained in:
parent
a6a534f1f0
commit
89bffc25de
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue