Skip to content

Commit

Permalink
Ignore America/Pangnirtung and Pacific/Kanton in timezone tests (#105976
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mosche committed Mar 5, 2024
1 parent e3b4c0c commit 8e05395
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ public class DateUtilsTests extends ESTestCase {
"America/Godthab", // part of tzdata2020a (maps to America/Nuuk)
"America/Nuuk", // part of tzdata2020a
"America/Ciudad_Juarez", // part of tzdata2022g
"Europe/Kyiv" // part of tzdata2022c
"America/Pangnirtung", // part of tzdata2022g
"Europe/Kyiv", // part of tzdata2022c,
"Pacific/Kanton" // part of tzdata2021b
)
);

Expand Down

0 comments on commit 8e05395

Please sign in to comment.