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

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

Issue 1783233004: Disabling power.touch_ad_cases to turn Android One green. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabling test only on Svelte devices Created 4 years, 9 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 d4ebde9de8f43bd1c9649408547c19103b461afb..f7011020794b53f65f5c351e6b8ede62c38680c7 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -56,6 +56,10 @@ class PowerToughAdCases(perf_benchmark.PerfBenchmark):
def Name(cls):
return 'power.tough_ad_cases'
+ @classmethod
+ def ShouldDisable(cls, possible_browser):
+ return cls.IsSvelte(possible_browser) # http://crbug.com/593973
+
@benchmark.Enabled('android')
@benchmark.Disabled('all')
« 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