Index: tools/perf/benchmarks/blink_perf.py |
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py |
index f3c40ca9eaa3f6b7fd8cf1e22c6c864d377da7b6..e90bb59abfc2484721d6e2e4c2704db5cfc32b2f 100644 |
--- a/tools/perf/benchmarks/blink_perf.py |
+++ b/tools/perf/benchmarks/blink_perf.py |
@@ -123,7 +123,7 @@ class _BlinkPerfFullFrameMeasurement(_BlinkPerfMeasurement): |
options.AppendExtraBrowserArgs(['--expose-internals-for-testing']) |
# http://crbug.com/499472 |
-@benchmark.Disabled('reference', 'android', 'mac', 'win') |
+@benchmark.Disabled() |
class BlinkPerfAnimation(perf_benchmark.PerfBenchmark): |
tag = 'animation' |
test = _BlinkPerfMeasurement |