aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-06-08 11:11:59 +0200
committerGravatar GitHub <noreply@github.com>2018-06-08 11:11:59 +0200
commit61278f3aa72b8032f54728e6847b9655acb38ed2 (patch)
treea2f8f8b62cb51fdc408639be923dadd1e884d663 /test/cpp/naming/gen_build_yaml.py
parent2ea5e1d1dee3d7d7219051723290293901e37fbc (diff)
Revert "Fix shutdown of closed fd when c-ares opens a second fd"
Diffstat (limited to 'test/cpp/naming/gen_build_yaml.py')
-rwxr-xr-xtest/cpp/naming/gen_build_yaml.py19
1 files changed, 0 insertions, 19 deletions
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',
- ],
- },
]
}