File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
server/src/test/java/org/elasticsearch/common/time Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class DateUtilsTests extends ESTestCase {
50
50
51
51
// A temporary list of zones and JDKs, where Joda and the JDK timezone data are out of sync, until either Joda or the JDK
52
52
// are updated, see https://github.com/elastic/elasticsearch/issues/82356
53
- private static final Set <String > IGNORE_IDS = new HashSet <>(Arrays .asList ("Pacific/Niue" , "America/Pangnirtung" ));
53
+ private static final Set <String > IGNORE_IDS = new HashSet <>(Arrays .asList ("Pacific/Niue" , "America/Pangnirtung" , "Antarctica/Vostok" ));
54
54
55
55
private static boolean maybeIgnore (String jodaId ) {
56
56
if (IGNORE_IDS .contains (jodaId )) {
@@ -59,7 +59,6 @@ private static boolean maybeIgnore(String jodaId) {
59
59
return false ;
60
60
}
61
61
62
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/104544" )
63
62
public void testTimezoneIds () {
64
63
assertNull (DateUtils .dateTimeZoneToZoneId (null ));
65
64
assertNull (DateUtils .zoneIdToDateTimeZone (null ));
You can’t perform that action at this time.
0 commit comments