Skip to content

Commit

Permalink
Mute DateUtilsTests#testTimezoneIds while it awaits fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Apr 22, 2021
1 parent 747959f commit 617bf69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class DateUtilsTests extends ESTestCase {
"Asia/Qostanay" // this has been added in joda 2.10.2 but is not part of the JDK 12.0.1 tzdata yet
));

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/72028")
public void testTimezoneIds() {
assertNull(DateUtils.dateTimeZoneToZoneId(null));
assertNull(DateUtils.zoneIdToDateTimeZone(null));
Expand Down

0 comments on commit 617bf69

Please sign in to comment.