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

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

Issue 502933002: Disable slow FakeVideoCaptureDeviceTest.CaptureVariableResolution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: media/video/capture/fake_video_capture_device_unittest.cc
diff --git a/media/video/capture/fake_video_capture_device_unittest.cc b/media/video/capture/fake_video_capture_device_unittest.cc
index a2f0d165c0a9312fc6bf1a1ad08b96b19e323c11..51325c599a396e2578aeb4b1774b245582bba8e3 100644
--- a/media/video/capture/fake_video_capture_device_unittest.cc
+++ b/media/video/capture/fake_video_capture_device_unittest.cc
@@ -169,7 +169,8 @@ TEST_F(FakeVideoCaptureDeviceTest, GetDeviceSupportedFormats) {
}
}
-TEST_F(FakeVideoCaptureDeviceTest, CaptureVariableResolution) {
+// Disabled, http://crbug.com/407061 .
+TEST_F(FakeVideoCaptureDeviceTest, DISABLED_CaptureVariableResolution) {
scoped_ptr<VideoCaptureDevice::Names> names(EnumerateDevices());
VideoCaptureParams capture_params;
« 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