diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-15 14:21:24 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-15 14:21:24 -0700 |
commit | edcd4e247dcc97ce176bd24fb0d627473335db96 (patch) | |
tree | 1bfa8f33424b2b71d122a2cea11c040cff4ad59e /tools/buildgen | |
parent | 2e67fee53d19b335b02defa7c017f763e11a0cd1 (diff) |
Disable fuzzed tests on TSAN
Diffstat (limited to 'tools/buildgen')
-rw-r--r-- | tools/buildgen/plugins/make_fuzzer_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py index 7c6fd53570..1d215e9fe0 100644 --- a/tools/buildgen/plugins/make_fuzzer_tests.py +++ b/tools/buildgen/plugins/make_fuzzer_tests.py @@ -49,7 +49,7 @@ def mako_plugin(dictionary): tests.append({ 'name': new_target['name'], 'args': [fn], - 'exclude_configs': [], + 'exclude_configs': ['tsan'], 'uses_polling': False, 'platforms': ['linux'], 'ci_platforms': ['linux'], |