Disable channelz_service_test for iOS (#25639)

pull/25641/head
Yash Tibrewal 4 years ago committed by GitHub
parent e7d9cccf9a
commit a214b52998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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",

Loading…
Cancel
Save