Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: tools/perf/benchmarks/memory.py

Issue 270403004: [Telemetry] Disable crashing memory.tough_dom_memory_cases on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/memory.py
diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
index 954fc7921ba41b17785119d3517b2e0d167879f8..b009305f77013bb7040a2456af7726bb6850f1d4 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -23,6 +23,7 @@ class Reload2012Q3(test.Test):
page_set = 'page_sets/top_desktop_sites_2012Q3.py'
+@test.Disabled('android') # crbug.com/371153
class MemoryToughDomMemoryCases(test.Test):
test = memory.Memory
page_set = 'page_sets/tough_dom_memory_cases.py'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698