Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index aff25877676db62286450ba4738084797c5a1600..97753381a10955952f4562281fc2438642878a1e 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -103,8 +103,7 @@ class SmoothnessMaps(perf_benchmark.PerfBenchmark): |
@benchmark.Disabled('android', |
- 'mac', # crbug.com/567802 |
- 'win') # crbug.com/582472 |
+ 'mac') # crbug.com/567802 |
class SmoothnessKeyDesktopMoveCases(_Smoothness): |
page_set = page_sets.KeyDesktopMoveCasesPageSet |