aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/BUILD
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2018-03-07 14:35:36 -0800
committerGravatar GitHub <noreply@github.com>2018-03-07 14:35:36 -0800
commitae277dd000254c2df9f6cc51dbb70dff1ea55aa2 (patch)
tree6e678a182d5ec3b91bcb4d7bacbf503e60df85c4 /test/core/security/BUILD
parentb243732f3fe7392a1ae4ed36f18962415c56050d (diff)
Revert "Add ALTS C stack to gRPC core"
Diffstat (limited to 'test/core/security/BUILD')
-rw-r--r--test/core/security/BUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/test/core/security/BUILD b/test/core/security/BUILD
index 68de2d169f..9776e6d5fd 100644
--- a/test/core/security/BUILD
+++ b/test/core/security/BUILD
@@ -161,39 +161,3 @@ grpc_cc_binary(
"//test/core/util:grpc_test_util",
],
)
-
-grpc_cc_test(
- name = "check_gcp_environment_linux_test",
- srcs = ["check_gcp_environment_linux_test.cc"],
- language = "C++",
- deps = [
- "//:grpc",
- ],
-)
-
-grpc_cc_test(
- name = "check_gcp_environment_windows_test",
- srcs = ["check_gcp_environment_windows_test.cc"],
- language = "C++",
- deps = [
- "//:grpc",
- ],
-)
-
-grpc_cc_test(
- name = "grpc_alts_credentials_options_test",
- srcs = ["grpc_alts_credentials_options_test.cc"],
- language = "C++",
- deps = [
- "//:grpc",
- ],
-)
-
-grpc_cc_test(
- name = "alts_security_connector_test",
- srcs = ["alts_security_connector_test.cc"],
- language = "C++",
- deps = [
- "//:grpc",
- ],
-)