| 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
|
|
|