Skip to content

Commit 8e05395

Browse files
authored
Ignore America/Pangnirtung and Pacific/Kanton in timezone tests (#105976)
1 parent e3b4c0c commit 8e05395

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/src/test/java/org/elasticsearch/common/time/DateUtilsTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ public class DateUtilsTests extends ESTestCase {
4646
"America/Godthab", // part of tzdata2020a (maps to America/Nuuk)
4747
"America/Nuuk", // part of tzdata2020a
4848
"America/Ciudad_Juarez", // part of tzdata2022g
49-
"Europe/Kyiv" // part of tzdata2022c
49+
"America/Pangnirtung", // part of tzdata2022g
50+
"Europe/Kyiv", // part of tzdata2022c,
51+
"Pacific/Kanton" // part of tzdata2021b
5052
)
5153
);
5254

0 commit comments

Comments
 (0)