| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 1d832b7e589b0c7492d705165f90093ce37416a4..1e7c871c9671548bf04a2564e9156e2a79c8e4ec 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -250,7 +250,7 @@ class SmoothnessGpuImageDecodingCases(benchmark.Benchmark):
|
| return 'smoothness.gpu_rasterization_and_decoding.image_decoding_cases'
|
|
|
|
|
| -@benchmark.Enabled('android')
|
| +@benchmark.Disabled # http://crbug.com/457660
|
| class SmoothnessPathologicalMobileSites(benchmark.Benchmark):
|
| """Measures task execution statistics while scrolling pathological sites.
|
| """
|
|
|