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

Unified Diff: content/browser/media/media_browsertest.cc

Issue 2644773002: media: Disable the flaky bear.mp4 browser test on Android (Closed)
Patch Set: 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: content/browser/media/media_browsertest.cc
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
index 1bfb71e792b3768d5963a7dcf70e8290f5acb13a..0a31335472aac8c1682383c6b16480ea01746f5d 100644
--- a/content/browser/media/media_browsertest.cc
+++ b/content/browser/media/media_browsertest.cc
@@ -142,8 +142,9 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear12DepthVP9) {
#endif
#if defined(USE_PROPRIETARY_CODECS)
-// Crashes on Mac only. http://crbug.com/621857
-#if defined(OS_MACOSX)
+// Crashes on Mac http://crbug.com/621857
+// Fails on Android http://crbug.com/682387
+#if defined(OS_MACOSX) || defined(OS_ANDROID)
#define MAYBE_VideoBearMp4 DISABLED_VideoBearMp4
#else
#define MAYBE_VideoBearMp4 VideoBearMp4
« 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