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

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

Issue 1069223002: Disable benchmarks failing due to AdbShellCommandFailedError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/power.py
diff --git a/tools/perf/benchmarks/power.py b/tools/perf/benchmarks/power.py
index 9cbda5384e5990468be2e9e0110b270c5c3ec31b..8d83f0aea83d4d31cdbd0f0e5f4ed719cf66611f 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -8,7 +8,7 @@ from measurements import power
import page_sets
-@benchmark.Enabled('android')
+@benchmark.Disabled('android') # crbug.com/474696
class PowerAndroidAcceptance(benchmark.Benchmark):
"""Android power acceptance test."""
test = power.Power
@@ -19,7 +19,7 @@ class PowerAndroidAcceptance(benchmark.Benchmark):
-@benchmark.Enabled('android')
+@benchmark.Disabled('android') # crbug.com/474696
class PowerTypical10Mobile(benchmark.Benchmark):
"""Android typical 10 mobile power test."""
test = power.Power
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698