Skip to content

Commit

Permalink
Ignore America/Ciudad_Juarez in timezone tests (#105815)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Feb 27, 2024
1 parent 67725a4 commit f569a47
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public class DateUtilsTests extends ESTestCase {
"Europe/Dublin", // dublin timezone in joda does not account for DST
"Asia/Qostanay", // part of tzdata2018h
"America/Godthab", // part of tzdata2020a (maps to America/Nuuk)
"America/Nuuk"// part of tzdata2020a
"America/Nuuk", // part of tzdata2020a
"America/Ciudad_Juarez" // part of tzdata2022g
)
);

Expand Down

0 comments on commit f569a47

Please sign in to comment.