From af6c83f9e141aa1ae32398f1f9b1f152a248a8f0 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 19 May 2017 00:38:10 +0200 Subject: Adding dummy layering check option. --- test/core/bad_ssl/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/core/bad_ssl') diff --git a/test/core/bad_ssl/BUILD b/test/core/bad_ssl/BUILD index 61c634ae26..be6be4ca79 100644 --- a/test/core/bad_ssl/BUILD +++ b/test/core/bad_ssl/BUILD @@ -29,6 +29,13 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_cc_binary") +package( + features = [ + "-layering_check", + "-parse_headers", + ], +) + licenses(["notice"]) # 3-clause BSD load(":generate_tests.bzl", "grpc_bad_ssl_tests") -- cgit v1.2.3