Commit 35b85773 authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

Make CaptureWithSize actually be disabled for real this time.

Bug: 893494
Change-Id: Ia1d28a678058ce949726e71f511f536482c2eee9
Tbr: emircan@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1326461Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606458}
parent 3e14712f
...@@ -518,7 +518,7 @@ TEST(VideoCaptureDeviceDescriptor, RemoveTrailingWhitespaceFromDisplayName) { ...@@ -518,7 +518,7 @@ TEST(VideoCaptureDeviceDescriptor, RemoveTrailingWhitespaceFromDisplayName) {
} }
// Allocates the first enumerated device, and expects a frame. // Allocates the first enumerated device, and expects a frame.
WRAPPED_TEST_P(VideoCaptureDeviceTest, UsingRealWebcam_CaptureWithSize) { WRAPPED_TEST_P(VideoCaptureDeviceTest, MAYBE_UsingRealWebcam_CaptureWithSize) {
RunTestCase( RunTestCase(
base::BindOnce(&VideoCaptureDeviceTest::RunCaptureWithSizeTestCase, base::BindOnce(&VideoCaptureDeviceTest::RunCaptureWithSizeTestCase,
base::Unretained(this))); base::Unretained(this)));
......
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