Index: scripts/slave/recipe_modules/webrtc/builders.py |
diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py |
index abc841c9d66c6efc5ffa9cdc0049c23876c5a5ff..9e832e5cf57a689a5094336542cf6422a575990d 100644 |
--- a/scripts/slave/recipe_modules/webrtc/builders.py |
+++ b/scripts/slave/recipe_modules/webrtc/builders.py |
@@ -1025,16 +1025,6 @@ BUILDERS = freeze({ |
'bot_type': 'builder_tester', |
'testing': {'platform': 'linux'}, |
}, |
- 'Linux Tsan v2 (with deadlock detection)': { |
- 'recipe_config': 'webrtc_clang', |
- 'chromium_apply_config': ['tsan2'], |
- 'chromium_config_kwargs': { |
- 'BUILD_CONFIG': 'Release', |
- 'TARGET_BITS': 64, |
- }, |
- 'bot_type': 'builder_tester', |
- 'testing': {'platform': 'linux'}, |
- }, |
'Android Builder (dbg)': { |
'recipe_config': 'webrtc_android', |
'chromium_config_kwargs': { |