From b56615ef46a7d4ac1c82f35102760c9633c76f7a Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Tue, 29 Aug 2017 11:57:57 -0700 Subject: [PATCH] Test: disable locale parsing test that is broken with some randomized values See https://github.com/elastic/elasticsearch/issues/26425 --- .../elasticsearch/ingest/common/DateProcessorFactoryTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/DateProcessorFactoryTests.java b/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/DateProcessorFactoryTests.java index 418665fe004..d98749b845d 100644 --- a/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/DateProcessorFactoryTests.java +++ b/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/DateProcessorFactoryTests.java @@ -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 config = new HashMap<>();