| 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..e4374abd0661a9327303693990e531788d9a5909 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
|
|
|