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

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

Issue 309623006: [Telemetry] Disable benchmarks that are failing 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 | tools/perf/benchmarks/tab_switching.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/memory_pressure.py
diff --git a/tools/perf/benchmarks/memory_pressure.py b/tools/perf/benchmarks/memory_pressure.py
index e1e21812e1c98949abfd2d4a831bf8616ae81df3..f8f76bbc6ca43f2bd0651a2d31d1023af4ca75f6 100644
--- a/tools/perf/benchmarks/memory_pressure.py
+++ b/tools/perf/benchmarks/memory_pressure.py
@@ -5,6 +5,8 @@
from telemetry import test
from measurements import memory_pressure
+
+@test.Disabled('android') # crbug.com/379561
class MemoryPressure(test.Test):
test = memory_pressure.MemoryPressure
page_set = 'page_sets/typical_25.py'
« no previous file with comments | « no previous file | tools/perf/benchmarks/tab_switching.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698