| Index: scripts/slave/recipes/webrtc/standalone.py
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
|
| index 0b9f8984dd66d643e1829116a4e59bfee4bfe5cd..c524653624aa7ab13ec00e8c5bf8461898ac9869 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.py
|
| +++ b/scripts/slave/recipes/webrtc/standalone.py
|
| @@ -24,10 +24,6 @@ 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.properties['buildername'] == 'Android32 Builder x86 (dbg)':
|
| step_result = api.step('Disabled: see http://crbug.com/610145 ', cmd=None)
|
| step_result.presentation.status = api.step.WARNING
|
|
|