Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 3386369f454eb243f74ade9788d4a912585b018e..3e9a5d6e1f7c312bf5ef44027b56c9e87978ddcb 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -354,6 +354,7 @@ class SmoothnessGpuRasterizationPolymer(_Smoothness): |
return 'smoothness.gpu_rasterization.polymer' |
+@benchmark.Disabled('reference') # crbug.com/549429 |
class SmoothnessToughScrollingCases(_Smoothness): |
page_set = page_sets.ToughScrollingCasesPageSet |