Make fuzzers run on mac (but not on mac on jenkins)

pull/10220/head
Craig Tiller 8 years ago
parent 40a947ef93
commit c9bb78f2f8
  1. 2
      tools/buildgen/plugins/make_fuzzer_tests.py
  2. 4934
      tools/run_tests/generated/tests.json

@ -52,7 +52,7 @@ def mako_plugin(dictionary):
'exclude_iomgrs': ['uv'],
'exclude_configs': ['tsan'],
'uses_polling': False,
'platforms': ['linux'],
'platforms': ['mac', 'linux'],
'ci_platforms': ['linux'],
'flaky': False,
'language': 'c',

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