| Index: tools/perf/benchmarks/task_execution_time.py
|
| diff --git a/tools/perf/benchmarks/task_execution_time.py b/tools/perf/benchmarks/task_execution_time.py
|
| index b8560647ca54b757b2e2a8d3ed9dcfe6c1cc4d51..8234ef06a489aa1e8ee449fb27f4af57de839237 100644
|
| --- a/tools/perf/benchmarks/task_execution_time.py
|
| +++ b/tools/perf/benchmarks/task_execution_time.py
|
| @@ -39,7 +39,7 @@ class TaskExecutionTimeToughSchedulingCases(benchmark.Benchmark):
|
| return 'task_execution_time.tough_scheduling_cases'
|
|
|
|
|
| -@benchmark.Enabled('android')
|
| +@benchmark.Disabled # http://crbug.com/457660
|
| class TaskExecutionTimePathologicalMobileSites(benchmark.Benchmark):
|
|
|
| """Measures task execution statistics while scrolling pathological sites.
|
|
|