Chromium Code Reviews| Index: tools/run-deopt-fuzzer.py | 
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py | 
| index b3ea2aa42d30aded28cc9dac2837db6db79ca94f..57cb6b278c5c762add2e7b94ad94cb8acdd5eb13 100755 | 
| --- a/tools/run-deopt-fuzzer.py | 
| +++ b/tools/run-deopt-fuzzer.py | 
| @@ -388,6 +388,7 @@ def Execute(arch, mode, args, options, suites, workspace): | 
| "no_snap": False, | 
| "simulator": utils.UseSimulator(arch), | 
| "system": utils.GuessOS(), | 
| + "tsan": False, | 
| } | 
| all_tests = [] | 
| num_tests = 0 |