mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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…
x
Reference in New Issue
Block a user