Merge pull request #6916 from ctiller/faster_tsan

Disable fuzzed tests on TSAN
pull/6949/head
Jan Tattermusch 9 years ago committed by GitHub
commit 69170755b8
  1. 2
      tools/buildgen/plugins/make_fuzzer_tests.py
  2. 12906
      tools/run_tests/tests.json

@ -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'],

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save