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

Disable fuzzed tests on TSAN

parent 2e67fee5
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ def mako_plugin(dictionary): ...@@ -49,7 +49,7 @@ def mako_plugin(dictionary):
tests.append({ tests.append({
'name': new_target['name'], 'name': new_target['name'],
'args': [fn], 'args': [fn],
'exclude_configs': [], 'exclude_configs': ['tsan'],
'uses_polling': False, 'uses_polling': False,
'platforms': ['linux'], 'platforms': ['linux'],
'ci_platforms': ['linux'], 'ci_platforms': ['linux'],
......
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