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 9d501cc commit 5fbfe9bCopy full SHA for 5fbfe9b
server/src/test/java/org/elasticsearch/common/time/DateUtilsTests.java
@@ -39,6 +39,7 @@ public class DateUtilsTests extends ESTestCase {
39
"Asia/Qostanay" // this has been added in joda 2.10.2 but is not part of the JDK 12.0.1 tzdata yet
40
));
41
42
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/72028")
43
public void testTimezoneIds() {
44
assertNull(DateUtils.dateTimeZoneToZoneId(null));
45
assertNull(DateUtils.zoneIdToDateTimeZone(null));
0 commit comments