Run nosec tests again

pull/4760/head
Craig Tiller 9 years ago
parent 16affcce96
commit fc051c9aa3
  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