| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index 1e03843c3aa8e3e270c87883f8ece7c231a1395b..809b3e0149e77d503d03694c91d6715baf3c49f8 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -231,6 +231,7 @@ class MemoryLongRunningIdleGmail(_MemoryV8Benchmark):
|
|
|
|
|
| @benchmark.Enabled('has tabs') # http://crbug.com/612210
|
| +@benchmark.Disabled('android') # http://crbug.com/648396
|
| class MemoryLongRunningIdleGmailBackground(_MemoryV8Benchmark):
|
| """Use (recorded) real world web sites and measure memory consumption
|
| of long running idle Gmail page """
|
|
|