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