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

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

Issue 1129833005: Disable power.top_25 perf test on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Disable globally Created 5 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/power.py
diff --git a/tools/perf/benchmarks/power.py b/tools/perf/benchmarks/power.py
index 0c44d85e86d8ed87eaf4e4511896bdbb34e0fae6..5ece11a400334448b85f23191a12fc4a06260261 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -52,7 +52,7 @@ class PowerTop10(benchmark.Benchmark):
return 'power.top_10'
-@benchmark.Enabled('mac')
+@benchmark.Disabled() # crbug.com/489214
class PowerTop25(benchmark.Benchmark):
"""Top 25 quiescent power test."""
test = power.QuiescentPower
« 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