Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 296538111f45f79bedfffdad4c02b4f156a5a606..fb1d2c5110aa6792a576095436167c5123ac5e88 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -22,7 +22,7 @@ class SmoothnessToughCanvasCases(benchmark.Benchmark): |
page_set = page_sets.ToughCanvasCasesPageSet |
-@benchmark.Disabled('android') # crbug.com/373812 |
+@benchmark.Disabled('android', 'mac') # crbug.com/373812 |
class SmoothnessToughWebGLCases(benchmark.Benchmark): |
test = smoothness.Smoothness |
page_set = page_sets.ToughWebglCasesPageSet |