aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen/plugins/make_fuzzer_tests.py
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-10-26 10:31:14 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-10-26 10:31:14 -0700
commit5a38f2e490b876a6c0486aab6def201665c5c2bb (patch)
tree197fc155f7f9b5080160d4fab900691ddd2cdd46 /tools/buildgen/plugins/make_fuzzer_tests.py
parentdc23046b065493807f0ca0b09907d03d96baeb5c (diff)
parent5bb04de5ad23b77b646a63fcae1da2f41537c1e5 (diff)
Merge branch 'master' into node_electron_build
Diffstat (limited to 'tools/buildgen/plugins/make_fuzzer_tests.py')
-rw-r--r--tools/buildgen/plugins/make_fuzzer_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py
index 1d215e9fe0..ba9825acb9 100644
--- a/tools/buildgen/plugins/make_fuzzer_tests.py
+++ b/tools/buildgen/plugins/make_fuzzer_tests.py
@@ -49,6 +49,7 @@ def mako_plugin(dictionary):
tests.append({
'name': new_target['name'],
'args': [fn],
+ 'exclude_iomgrs': ['uv'],
'exclude_configs': ['tsan'],
'uses_polling': False,
'platforms': ['linux'],