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

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

Issue 2653493011: [PerfBenchmarks] Disable power.tough_ad_cases on Android (Closed)
Patch Set: fix a typo Created 3 years, 11 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/power.py
diff --git a/tools/perf/benchmarks/power.py b/tools/perf/benchmarks/power.py
index 10c94618ebf1245be61542a7f70817f0b61132bd..8b90ed8d6648f5b9ff918165094c059c6b83408f 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -47,8 +47,10 @@ class PowerTypical10Mobile(perf_benchmark.PerfBenchmark):
def Name(cls):
return 'power.typical_10_mobile'
-
-@benchmark.Enabled('android')
+# This benchmark runs only on android but it is disabled on android as well
+# because of http://crbug.com/683238
+# @benchmark.Enabled('android')
+@benchmark.Disabled('all')
@benchmark.Disabled('android-webview') # http://crbug.com/622300
class PowerToughAdCases(perf_benchmark.PerfBenchmark):
"""Android power test with tough ad pages."""
« 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