Skip to content

Commit 6498979

Browse files
authored
Ignore WET timezone in date utils tests (#124962)
1 parent c8fae4b commit 6498979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/ESTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ public abstract class ESTestCase extends LuceneTestCase {
221221
"Europe/Kyiv", // part of tzdata2022c,
222222
"Pacific/Kanton", // part of tzdata2021b
223223
"Pacific/Niue",
224-
"Antarctica/Vostok"
224+
"Antarctica/Vostok",
225+
"WET" // Western European timezone does not account for DST
225226
)
226227
)
227228
);

0 commit comments

Comments
 (0)