aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/generate_tests.bzl
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/generate_tests.bzl
parentb2caafc911af90de5f4f896f2f4daf567ab8da70 (diff)
Fix the test condition for max_connection_idle test
Diffstat (limited to 'test/core/end2end/generate_tests.bzl')
-rwxr-xr-xtest/core/end2end/generate_tests.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/generate_tests.bzl b/test/core/end2end/generate_tests.bzl
index eb5e319c01..1041219f03 100755
--- a/test/core/end2end/generate_tests.bzl
+++ b/test/core/end2end/generate_tests.bzl
@@ -110,7 +110,7 @@ END2END_TESTS = {
'large_metadata': test_options(),
'max_concurrent_streams': test_options(proxyable=False),
'max_connection_age': test_options(),
- 'max_connection_idle': test_options(),
+ 'max_connection_idle': test_options(needs_fullstack=True, proxyable=False),
'max_message_length': test_options(),
'negative_deadline': test_options(),
'network_status_change': test_options(),