Commit 5bbb2f4b authored by martiniss's avatar martiniss Committed by Commit bot

Disable smoothness.key_desktop_move_cases.reference on windows

BUG=673583
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq

Review-Url: https://codereview.chromium.org/2610093002
Cr-Commit-Position: refs/heads/master@{#441324}
parent 5b6572e3
......@@ -140,6 +140,11 @@ class SmoothnessKeyDesktopMoveCases(_Smoothness):
def Name(cls):
return 'smoothness.key_desktop_move_cases'
@classmethod
def ShouldDisable(cls, possible_browser): # http://crbug.com/597656
return (possible_browser.browser_type == 'reference' and
possible_browser.platform.GetOSName() == 'win')
@benchmark.Enabled('android')
class SmoothnessKeyMobileSites(_Smoothness):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment