From 61dabecbc94d50b454483ed4b205a58bfb8ae0f6 Mon Sep 17 00:00:00 2001 From: CEL Dev Team Date: Fri, 26 Dec 2025 13:15:48 -0800 Subject: [PATCH] Internal Change PiperOrigin-RevId: 849253064 --- conformance/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conformance/BUILD b/conformance/BUILD index 35d554c7b..fb3f5631b 100644 --- a/conformance/BUILD +++ b/conformance/BUILD @@ -228,12 +228,18 @@ _TESTS_TO_SKIP_LEGACY = _TESTS_TO_SKIP + [ "block_ext/basic/optional_map", "block_ext/basic/optional_map_chained", "block_ext/basic/optional_message", + + # Opaque types (net.IP, net.CIDR) are not supported as values in legacy mode. + "network_ext/ip_type/ip_type", + "network_ext/cidr/parse_cidr_ipv4", + "network_ext/cidr/cidr_type", ] _TESTS_TO_SKIP_CHECKED = [ # block is a post-check optimization that inserts internal variables. The C++ type checker # needs support for a proper optimizer for this to work. # "block_ext", + "network_ext/ip_type/is_ip_cidr_compile_error", ] _TESTS_TO_SKIP_LEGACY_DASHBOARD = [