| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index b85e4b4496f33eea5d2ab5dea1dc5cbaab41e786..733a136129c52521e26b19d2ec427c1adbd7e993 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -491,6 +491,11 @@ class SmoothnessScrollingToughAdCases(_Smoothness):
|
| page_set = page_sets.ScrollingToughAdCasesPageSet
|
|
|
| @classmethod
|
| + def ShouldDisable(cls, possible_browser): # http://crbug.com/593152
|
| + return (possible_browser.browser_type == 'reference' and
|
| + possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X')
|
| +
|
| + @classmethod
|
| def Name(cls):
|
| return 'smoothness.scrolling_tough_ad_cases'
|
|
|
|
|