Skip to content

Commit cc043aa

Browse files
jnthntatumcopybara-github
authored andcommitted
Skip timezone tests depending on legacy US/ timezone names.
PiperOrigin-RevId: 846440652
1 parent f1a2e8e commit cc043aa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

conformance/BUILD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ _TESTS_TO_SKIP_MODERN = [
194194

195195
# Not yet implemented.
196196
"string_ext/type_errors",
197+
198+
# These depend on legacy US/ timezones. It's spotty if these are included with a normally
199+
# configured timezone database.
200+
"timestamps/timestamp_selectors_tz/getDayOfMonth_name_pos",
201+
"timestamps/timestamp_selectors_tz/getDayOfYear",
197202
]
198203

199204
_TESTS_TO_SKIP_MODERN_DASHBOARD = [
@@ -243,6 +248,11 @@ _TESTS_TO_SKIP_LEGACY = [
243248
"proto3/set_null/list_value",
244249
"proto3/set_null/single_struct",
245250

251+
# These depend on legacy US/ timezones. It's spotty if these are included with a normally
252+
# configured timezone database.
253+
"timestamps/timestamp_selectors_tz/getDayOfMonth_name_pos",
254+
"timestamps/timestamp_selectors_tz/getDayOfYear",
255+
246256
# cel.@block
247257
"block_ext/basic/optional_list",
248258
"block_ext/basic/optional_map",

0 commit comments

Comments
 (0)