| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index faec5d8a55ac1a9e72f3c848558851f03365df1c..7cd81157a62a9f373a2fd857ac01ef83622e1c01 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -351,7 +351,8 @@ class SmoothnessGpuRasterizationToughPinchZoomCases(_Smoothness):
|
| return cls.IsSvelte(possible_browser) # http://crbug.com/564008
|
|
|
|
|
| -@benchmark.Enabled('android')
|
| +# @benchmark.Enabled('android')
|
| +@benchmark.Disabled() # crbug.com/687704
|
| class SmoothnessGpuRasterizationPolymer(_Smoothness):
|
| """Measures rendering statistics for the Polymer cases with GPU rasterization.
|
| """
|
|
|