From 9eabb96f1c93f23ff730b909341dc5582a947b56 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 21 Jan 2021 15:01:36 -0800 Subject: [PATCH] Added no_test_ios to error_details_test --- test/cpp/util/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index 9f927856248..4590e3c9fa5 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -288,6 +288,7 @@ grpc_cc_test( external_deps = [ "gtest", ], + tags = ["no_test_ios"], deps = [ "//:grpc++_error_details", "//src/proto/grpc/status:status_proto",