aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/iomgr/BUILD')
-rw-r--r--test/core/iomgr/BUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD
index 269ca949f6..cfb7b31200 100644
--- a/test/core/iomgr/BUILD
+++ b/test/core/iomgr/BUILD
@@ -33,7 +33,13 @@ licenses(["notice"]) # 3-clause BSD
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
-package(default_visibility = ["//visibility:public"]) # Useful for third party devs to test their io manager implementation.
+package(
+ default_visibility = ["//visibility:public"], # Useful for third party devs to test their io manager implementation.
+ features = [
+ "-layering_check",
+ "-parse_headers",
+ ],
+)
grpc_cc_library(
name = "endpoint_tests",