aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-10-23 19:26:58 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-10-23 19:26:58 -0700
commit25f4346ac1fb3c8e0acc3ea57f4acba9843a8e14 (patch)
tree53c63b1b60a1652dd5ca5318059481de1c6034c7 /test/core/end2end/gen_build_yaml.py
parent5984e9daf26123bab25279f74e43d60908f199bf (diff)
Remove inproc_nosec_test since inproc is inherently secure
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 39b9ba4a19..601d3bac38 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -41,7 +41,7 @@ local_fixture_options = default_secure_fixture_options._replace(
fd_unsecure_fixture_options = default_unsecure_fixture_options._replace(
dns_resolver=False, fullstack=False, platforms=['linux', 'mac', 'posix'],
exclude_iomgrs=['uv'], client_channel=False)
-inproc_fixture_options = default_unsecure_fixture_options._replace(
+inproc_fixture_options = default_secure_fixture_options._replace(
dns_resolver=False, fullstack=False, name_resolution=False,
supports_compression=False, is_inproc=True, is_http2=False,
supports_write_buffering=False, client_channel=False)