From 61278f3aa72b8032f54728e6847b9655acb38ed2 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 8 Jun 2018 11:11:59 +0200 Subject: Revert "Fix shutdown of closed fd when c-ares opens a second fd" --- test/cpp/naming/gen_build_yaml.py | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'test/cpp/naming/gen_build_yaml.py') diff --git a/test/cpp/naming/gen_build_yaml.py b/test/cpp/naming/gen_build_yaml.py index eb2c01e7ad..6e63cbe483 100755 --- a/test/cpp/naming/gen_build_yaml.py +++ b/test/cpp/naming/gen_build_yaml.py @@ -120,25 +120,6 @@ def main(): 'grpc++_test_config', ], } for unsecure_build_config_suffix in ['_unsecure', ''] - ] + [ - { - 'name': 'cancel_ares_query_test', - 'build': 'test', - 'language': 'c++', - 'gtest': True, - 'run': True, - 'src': ['test/cpp/naming/cancel_ares_query_test.cc'], - 'platforms': ['linux', 'posix', 'mac'], - 'deps': [ - 'grpc++_test_util', - 'grpc_test_util', - 'gpr_test_util', - 'grpc++', - 'grpc', - 'gpr', - 'grpc++_test_config', - ], - }, ] } -- cgit v1.2.3