Merge pull request #4760 from ctiller/nosec

Run nosec tests again
pull/4763/head
Yang Gao 9 years ago
commit 05f31d2eda
  1. 2
      test/core/end2end/gen_build_yaml.py
  2. 852
      tools/run_tests/tests.json

@ -257,7 +257,7 @@ def main():
for t in sorted(END2END_TESTS.keys()) if compatible(f, t)
] + [
{
'name': '%s_test' % f,
'name': '%s_nosec_test' % f,
'args': [t],
'exclude_configs': [],
'platforms': END2END_FIXTURES[f].platforms,

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save