Skip to content
Snippets Groups Projects
Commit 99738f6b authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Making sure we don't require OpenSSL for tests that, in fact, don't need it.

parent 3fbf7d76
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -157,6 +157,7 @@ def main(): ...@@ -157,6 +157,7 @@ def main():
'name': '%s_%s_unsecure_test' % (f, t), 'name': '%s_%s_unsecure_test' % (f, t),
'build': 'test', 'build': 'test',
'language': 'c', 'language': 'c',
'secure': 'no',
'src': [], 'src': [],
'flaky': 'invoke_large_request' in t, 'flaky': 'invoke_large_request' in t,
'deps': [ 'deps': [
......
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