We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cc145 commit 8200295Copy full SHA for 8200295
modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/DateProcessorTests.java
@@ -113,6 +113,8 @@ public void testInvalidJavaPattern() {
113
}
114
115
public void testJavaPatternLocale() {
116
+ // @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/31724")
117
+ assumeFalse("Can't run in a FIPS JVM, Joda parse date error", inFipsJvm());
118
DateProcessor dateProcessor = new DateProcessor(randomAlphaOfLength(10),
119
templatize(ZoneId.of("Europe/Amsterdam")), templatize(Locale.ITALIAN),
120
"date_as_string", Collections.singletonList("yyyy dd MMMM"), "date_as_date");
0 commit comments