Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index ca4872a2ca6216e9a89eb7d45d5312b607b8ec76..2ac288f6bf2a856373ca6ed9aefc8f0342aa0a70 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -49,6 +49,7 @@ class SmoothnessToughPathRenderingCases(perf_benchmark.PerfBenchmark): |
return 'smoothness.tough_path_rendering_cases' |
+@benchmark.Disabled('android') # crbug.com/526901 |
class SmoothnessToughCanvasCases(perf_benchmark.PerfBenchmark): |
"""Measures frame rate and a variety of other statistics. |