Skip to content

Commit 61dabec

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
Internal Change
PiperOrigin-RevId: 849253064
1 parent ff55aa8 commit 61dabec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

conformance/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,18 @@ _TESTS_TO_SKIP_LEGACY = _TESTS_TO_SKIP + [
228228
"block_ext/basic/optional_map",
229229
"block_ext/basic/optional_map_chained",
230230
"block_ext/basic/optional_message",
231+
232+
# Opaque types (net.IP, net.CIDR) are not supported as values in legacy mode.
233+
"network_ext/ip_type/ip_type",
234+
"network_ext/cidr/parse_cidr_ipv4",
235+
"network_ext/cidr/cidr_type",
231236
]
232237

233238
_TESTS_TO_SKIP_CHECKED = [
234239
# block is a post-check optimization that inserts internal variables. The C++ type checker
235240
# needs support for a proper optimizer for this to work.
236241
# "block_ext",
242+
"network_ext/ip_type/is_ip_cidr_compile_error",
237243
]
238244

239245
_TESTS_TO_SKIP_LEGACY_DASHBOARD = [

0 commit comments

Comments
 (0)