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

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

Issue 2549373003: Disable media.android.tough_video_cases on all android. (Closed)
Patch Set: Created 4 years 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/media.py
diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
index 1dc5e7d4ac030a126789c9e8aefd5e43173c012a..7e9f6c6d27657189cd93497ad9ab4960fc1c16c8 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -74,8 +74,7 @@ class MediaNetworkSimulation(perf_benchmark.PerfBenchmark):
return 'media.media_cns_cases'
-@benchmark.Enabled('android')
-@benchmark.Disabled('l', 'android-webview') # WebView: crbug.com/419689
+@benchmark.Disabled('android') # crbug.com/671628, WebView: crbug.com/419689.
class MediaAndroid(perf_benchmark.PerfBenchmark):
"""Obtains media metrics for key user scenarios on Android."""
test = media.Media
« 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