| Index: media/video/capture/video_capture_device_unittest.cc
|
| diff --git a/media/video/capture/video_capture_device_unittest.cc b/media/video/capture/video_capture_device_unittest.cc
|
| index 5e05ad4b4b2f326552afc799c91518f8c99d4e2d..88303dc506329ba9491d23f8760ffb816600166b 100644
|
| --- a/media/video/capture/video_capture_device_unittest.cc
|
| +++ b/media/video/capture/video_capture_device_unittest.cc
|
| @@ -361,7 +361,13 @@ TEST_F(VideoCaptureDeviceTest, MAYBE_CaptureMjpeg) {
|
| device->StopAndDeAllocate();
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| +// TODO(mcasas): Reenable this test that is disabled in Android due to
|
| +// http://crbug.com/327043.
|
| +TEST_F(VideoCaptureDeviceTest, DISABLED_GetDeviceSupportedFormats) {
|
| +#else
|
| TEST_F(VideoCaptureDeviceTest, GetDeviceSupportedFormats) {
|
| +#endif
|
| VideoCaptureDevice::GetDeviceNames(&names_);
|
| if (!names_.size()) {
|
| DVLOG(1) << "No camera available. Exiting test.";
|
|
|