Commit a82dcc32 authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Disable slow FakeVideoCaptureDeviceTest.CaptureVariableResolution

TBR=mcasas

BUG=407061

Review URL: https://codereview.chromium.org/502933002

Cr-Commit-Position: refs/heads/master@{#291659}
parent 91a36071
...@@ -169,7 +169,8 @@ TEST_F(FakeVideoCaptureDeviceTest, GetDeviceSupportedFormats) { ...@@ -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()); scoped_ptr<VideoCaptureDevice::Names> names(EnumerateDevices());
VideoCaptureParams capture_params; VideoCaptureParams capture_params;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment