aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-03-29 11:38:58 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-03-29 11:38:58 -0700
commit3835d1378809a4658d9d5192982e1437a406623c (patch)
tree7dde62cd8c72557a4cffb66b995a23a59d23b62c /test/core/end2end/gen_build_yaml.py
parentb2caafc911af90de5f4f896f2f4daf567ab8da70 (diff)
Fix the test condition for max_connection_idle test
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 518316e3e0..3c5068ff3e 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -123,7 +123,8 @@ END2END_TESTS = {
'large_metadata': default_test_options,
'max_concurrent_streams': default_test_options._replace(proxyable=False),
'max_connection_age': default_test_options,
- 'max_connection_idle': default_test_options,
+ 'max_connection_idle': connectivity_test_options._replace(
+ proxyable=False, exclude_iomgrs=['uv']),
'max_message_length': default_test_options,
'negative_deadline': default_test_options,
'network_status_change': default_test_options,