Index: tools/perf/benchmarks/memory_infra.py |
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py |
index 675e0f6a58a7d463bd87db8d3439f5be1f79fd81..cead2ea2954cb7c1ec6e49015cf62ac81c5aa0bf 100644 |
--- a/tools/perf/benchmarks/memory_infra.py |
+++ b/tools/perf/benchmarks/memory_infra.py |
@@ -79,7 +79,7 @@ class MemoryHealthPlan(_MemoryInfra): |
# TODO(bashi): Workaround for http://crbug.com/532075 |
# @benchmark.Enabled('android') shouldn't be needed. |
-@benchmark.Enabled('android') |
+@benchmark.Disabled('all') # crbug.com/581119 |
class RendererMemoryBlinkMemoryMobile(_MemoryInfra): |
"""Timeline based benchmark for measuring memory consumption on mobile |
sites on which blink's memory consumption is relatively high.""" |