| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index 697e3adae022057d3f16db447c42a656d7bff132..4672f73bf25dc4e5c0547c6afd10ba549efe71e7 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -163,6 +163,7 @@ class MemoryLongRunningIdleGmail(_MemoryV8Benchmark):
|
| return cls.IsSvelte(possible_browser) # http://crbug.com/611167
|
|
|
|
|
| +@benchmark.Disabled('android-webview') # http://crbug.com/612210
|
| class MemoryLongRunningIdleGmailBackground(_MemoryV8Benchmark):
|
| """Use (recorded) real world web sites and measure memory consumption
|
| of long running idle Gmail page """
|
|
|