mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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}}>"));
|
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 {
|
public void testTemplatedFields() throws Exception {
|
||||||
String indexNamePrefix = randomAlphaOfLength(10);
|
String indexNamePrefix = randomAlphaOfLength(10);
|
||||||
String dateRounding = randomFrom("y", "M", "w", "d", "h", "m", "s");
|
String dateRounding = randomFrom("y", "M", "w", "d", "h", "m", "s");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user