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

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

Issue 2380783003: perf: Disable battor.tough_video_cases on Mac as it is failing consistenly (Closed)
Patch Set: Created 4 years, 3 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/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 08f8a5e78e0441df11804529c6d85a2e36bd113a..2e5d15d81f9f8fd8caee6de4005300d2682835d0 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -47,9 +47,10 @@ class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
# android: See battor.android.tough_video_cases below
# win8: crbug.com/531618
+# mac: crbug.com/650411
# crbug.com/565180: Only include cases that report time_to_play
# Taken directly from media benchmark.
-@benchmark.Disabled('android', 'win8')
+@benchmark.Disabled('android', 'win8', 'mac')
class BattOrToughVideoCases(_BattOrBenchmark):
"""Obtains media metrics for key user scenarios."""
page_set = page_sets.ToughVideoCasesPageSet
« 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