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

Unified Diff: media/video/capture/video_capture_device_unittest.cc

Issue 116403002: Disable flaky VideoCaptureDeviceTest.GetDeviceSupportedFormats in Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: 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.";
« 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