| Index: scripts/slave/recipes/webrtc/standalone.py
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
|
| index 6e49c115504774104ca81f3dd249ea61a28d0e4f..6b8d40fa0fb61e6f1c5f7f1687a1980facf6a732 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.py
|
| +++ b/scripts/slave/recipes/webrtc/standalone.py
|
| @@ -24,6 +24,11 @@ def RunSteps(api):
|
| webrtc = api.webrtc
|
| webrtc.apply_bot_config(webrtc.BUILDERS, webrtc.RECIPE_CONFIGS)
|
|
|
| + if api.properties['buildername'] == 'Win64 Debug (Clang)':
|
| + step_result = api.step('Disabled: see http://crbug.com/595702', cmd=None)
|
| + step_result.presentation.status = api.step.WARNING
|
| + return
|
| +
|
| if api.platform.is_mac:
|
| api.ios.host_info()
|
| webrtc.checkout()
|
|
|