@@ -201,6 +201,26 @@ _TESTS_TO_SKIP = [
201201 # precision to preserve value. Not available on older compilers where we just use absl::Format.
202202 # We should probably update the spec to allow different formats that parse to the same value.
203203 "conversions/string/double_hard" ,
204+
205+ # Recent changes
206+ "proto2/set_null/repeated_field_timestamp_null_pruned" ,
207+ "proto2/set_null/repeated_field_duration_null_pruned" ,
208+ "proto2/set_null/repeated_field_wrapper_null_pruned" ,
209+ "proto2/set_null/map_timestamp_null_pruned" ,
210+ "proto2/set_null/map_duration_null_pruned" ,
211+ "proto2/set_null/map_wrapper_null_pruned" ,
212+ "proto3/set_null/repeated_field_timestamp_null_pruned" ,
213+ "proto3/set_null/repeated_field_duration_null_pruned" ,
214+ "proto3/set_null/repeated_field_wrapper_null_pruned" ,
215+ "proto3/set_null/map_timestamp_null_pruned" ,
216+ "proto3/set_null/map_duration_null_pruned" ,
217+ "proto3/set_null/map_wrapper_null_pruned" ,
218+ "string_ext/format/default precision for fixed-point clause with int" ,
219+ "string_ext/format/default precision for fixed-point clause with uint" ,
220+ "string_ext/format/default precision for scientific notation with int" ,
221+ "string_ext/format/default precision for scientific notation with uint" ,
222+ "namespace/namespace_shadowing/basic" ,
223+ "namespace/namespace_shadowing/comprehension_shadowing_namespaced_selector_disambiguation" ,
204224]
205225
206226_TESTS_TO_SKIP_MODERN = _TESTS_TO_SKIP
0 commit comments