Index: tools/perf/benchmarks/oilpan_gc_times.py |
diff --git a/tools/perf/benchmarks/oilpan_gc_times.py b/tools/perf/benchmarks/oilpan_gc_times.py |
index 91711d5328c7e7693bb1a73e7de3d737961dbcfa..bee7b8299b5cb2c3b348ea8e546efbc0e1eca7c1 100644 |
--- a/tools/perf/benchmarks/oilpan_gc_times.py |
+++ b/tools/perf/benchmarks/oilpan_gc_times.py |
@@ -48,7 +48,8 @@ class OilpanGCTimesKeySilkCases(perf_benchmark.PerfBenchmark): |
return 'oilpan_gc_times.key_silk_cases' |
-@benchmark.Enabled('android') |
+@benchmark.Disabled('all') # crbug.com/702194 |
+#@benchmark.Enabled('android') |
class OilpanGCTimesSyncScrollKeyMobileSites(perf_benchmark.PerfBenchmark): |
tag = 'sync_scroll' |
test = oilpan_gc_times.OilpanGCTimesForSmoothness |