From a214b52998fdf42f899bf82d0fff03a6ea37554d Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Fri, 5 Mar 2021 14:27:30 -0800 Subject: [PATCH] Disable channelz_service_test for iOS (#25639) --- test/cpp/end2end/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD index 9ba34e4ac06..9f557a04f60 100644 --- a/test/cpp/end2end/BUILD +++ b/test/cpp/end2end/BUILD @@ -250,6 +250,9 @@ grpc_cc_test( external_deps = [ "gtest", ], + # TODO(yulin-liang): The test is not able to load the certificate files on + # iOS. Figure out why. + tags = ["no_test_ios"], deps = [ ":test_service_impl", "//:gpr",