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 c1a724f commit 06bb0bdCopy full SHA for 06bb0bd
server/src/test/java/org/elasticsearch/common/time/DateUtilsTests.java
@@ -59,6 +59,7 @@ private static boolean maybeIgnore(String jodaId) {
59
return false;
60
}
61
62
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104544")
63
public void testTimezoneIds() {
64
assertNull(DateUtils.dateTimeZoneToZoneId(null));
65
assertNull(DateUtils.zoneIdToDateTimeZone(null));
0 commit comments