Skip to content

Commit

Permalink
chore: ignore differences for Azores timezone in tests (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Dec 6, 2024
1 parent a06c023 commit 23284dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ public void testTimestamptzParsing() throws Exception {

private static final ImmutableSet<ZoneId> PROBLEMATIC_ZONE_IDS =
ImmutableSet.of(
ZoneId.of("Atlantic/Azores"),
// Mexico abolished DST in 2022, but not all databases contain this information.
ZoneId.of("America/Chihuahua"),
// Jordan abolished DST in 2022, but not all databases contain this information.
Expand Down

0 comments on commit 23284dc

Please sign in to comment.