aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/handshake
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/handshake')
-rw-r--r--test/core/handshake/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/core/handshake/BUILD b/test/core/handshake/BUILD
index bdb91eab8b..23ab5a71de 100644
--- a/test/core/handshake/BUILD
+++ b/test/core/handshake/BUILD
@@ -31,6 +31,13 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_c
licenses(["notice"]) # 3-clause BSD
+package(
+ features = [
+ "-layering_check",
+ "-parse_headers",
+ ],
+)
+
grpc_cc_test(
name = "client_ssl",
srcs = ["client_ssl.c"],