Index: tools/perf/benchmarks/blink_style.py |
diff --git a/tools/perf/benchmarks/blink_style.py b/tools/perf/benchmarks/blink_style.py |
index 73e1929aa0073e525a3164a31824e28af750353e..b468c68b3442d8d058650527ae8a55c0c3b5a3fd 100644 |
--- a/tools/perf/benchmarks/blink_style.py |
+++ b/tools/perf/benchmarks/blink_style.py |
@@ -22,7 +22,8 @@ class BlinkStyleTop25(perf_benchmark.PerfBenchmark): |
return 'blink_style.top_25' |
-@benchmark.Enabled('android') |
+@benchmark.Disabled('all') # crbug.com/702194 |
+#@benchmark.Enabled('android') |
class BlinkStyleKeyMobileSites(perf_benchmark.PerfBenchmark): |
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, |
etc.) on key mobile sites. |