Test: disable locale parsing test that is broken with some randomized
values See https://github.com/elastic/elasticsearch/issues/26425
This commit is contained in:
parent
e00366ba95
commit
b56615ef46
|
@ -81,6 +81,7 @@ public class DateProcessorFactoryTests extends ESTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/26425")
|
||||
public void testParseLocale() throws Exception {
|
||||
DateProcessor.Factory factory = new DateProcessor.Factory();
|
||||
Map<String, Object> config = new HashMap<>();
|
||||
|
|
Loading…
Reference in New Issue