Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 01aae239010bb382d3f0c2a6866076d47a212c58..01108667e38a3a4afa4755f4543635a735663f95 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -51,7 +51,7 @@ class SmoothnessToughCanvasCases(benchmark.Benchmark): |
return 'smoothness.tough_canvas_cases' |
-@benchmark.Disabled('android', 'mac') # crbug.com/373812 |
+@benchmark.Disabled('android') # crbug.com/373812 |
class SmoothnessToughWebGLCases(benchmark.Benchmark): |
test = smoothness.Smoothness |
page_set = page_sets.ToughWebglCasesPageSet |