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:
Ryan Ernst 2017-08-29 11:57:57 -07:00
parent e00366ba95
commit b56615ef46
1 changed files with 1 additions and 0 deletions

View File

@ -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<>();