| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 8c611a7fe5e0bc7e6b525d578bc0d8872844431f..21ea4eef80a9bf892c933397ebfdf4fb270bed47 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -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):
|
|
|