Merge pull request #20766 from rmstar/xds_e2e_test_ios

Don't run xds_end2end_test on iOS
This commit is contained in:
Jan Tattermusch 2019-10-24 09:45:31 +02:00 committed by GitHub
commit b00a23e43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ grpc_cc_test(
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_util",
],
tags = ["no_windows"], # TODO(jtattermusch): fix test on windows
tags = ["no_windows", "no_test_ios"], # TODO(jtattermusch): fix test on windows
)
grpc_cc_test(