Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 37c0e0adba653078b1b397212b30b1e63760f164..3590d5fd0ec2fda72cb6db8fc061ebd0e27044e0 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -187,6 +187,7 @@ class SmoothnessGpuRasterizationKeyMobileSites(_Smoothness): |
return 'smoothness.gpu_rasterization.key_mobile_sites_smooth' |
+@benchmark.Disabled('yosemite') # crbug.com/581219 |
class SmoothnessGpuRasterizationToughPathRenderingCases(_Smoothness): |
"""Tests a selection of pages with SVG and 2D canvas paths with GPU |
rasterization. |