| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 7642cbc32b88e2685a79433b255eb91418ab27d6..8c611a7fe5e0bc7e6b525d578bc0d8872844431f 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -376,8 +376,7 @@ class SmoothnessToughScrollingCases(_Smoothness):
|
| def Name(cls):
|
| return 'smoothness.tough_scrolling_cases'
|
|
|
| -
|
| -@benchmark.Enabled('android')
|
| +@benchmark.Disabled('all') # crbug.com/667489
|
| class SmoothnessGpuRasterizationToughScrollingCases(_Smoothness):
|
| tag = 'gpu_rasterization'
|
| test = smoothness.Smoothness
|
|
|