Skip to content
Snippets Groups Projects
Commit fc051c9a authored by Craig Tiller's avatar Craig Tiller
Browse files

Run nosec tests again

parent 16affcce
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ def main(): ...@@ -257,7 +257,7 @@ def main():
for t in sorted(END2END_TESTS.keys()) if compatible(f, t) for t in sorted(END2END_TESTS.keys()) if compatible(f, t)
] + [ ] + [
{ {
'name': '%s_test' % f, 'name': '%s_nosec_test' % f,
'args': [t], 'args': [t],
'exclude_configs': [], 'exclude_configs': [],
'platforms': END2END_FIXTURES[f].platforms, 'platforms': END2END_FIXTURES[f].platforms,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment