summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/benchmarks/smoothness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 0796c8c..7bbec92 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -16,7 +16,7 @@ class SmoothnessTop25(test.Test):
page_set = 'page_sets/top_25.py'
-@test.Disabled('mac')
+@test.Disabled('linux', 'mac', 'win') # crbug.com/368767
class SmoothnessToughCanvasCases(test.Test):
test = smoothness.Smoothness
page_set = 'page_sets/tough_canvas_cases.py'