| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index f9702a7e020c22868bddc0113f1525724bdeb9ce..af742919fa7afa2a32858d2cae002e9c97cbd448 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -511,7 +511,8 @@ class SmoothnessToughAdCases(_Smoothness):
|
|
|
|
|
| # http://crbug.com/522619 (mac/win)
|
| -@benchmark.Disabled('win', 'mac')
|
| +# http://crbug.com/607616 (android)
|
| +@benchmark.Disabled('win', 'mac', 'android')
|
| class SmoothnessScrollingToughAdCases(_Smoothness):
|
| """Measures rendering statistics while scrolling advertisements."""
|
| page_set = page_sets.ScrollingToughAdCasesPageSet
|
|
|