File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments