Disable flaky video capture test.

BUG=2405
TBR=fischman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2265005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4801 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2013-09-20 08:52:31 +00:00
parent 4f3624d39e
commit 9c74be7bd1

View File

@ -356,7 +356,8 @@ TEST_F(VideoCaptureTest, CreateDelete) {
// Make sure 5 frames are captured.
EXPECT_TRUE_WAIT(capture_observer.incoming_frames() >= 5, kTimeOut);
EXPECT_GT(capture_observer.capture_delay(), 0);
// TODO(holmer): Disabled due to being flaky. See issue 2405.
// EXPECT_GT(capture_observer.capture_delay(), 0);
int64_t stop_time = TickTime::MillisecondTimestamp();
EXPECT_EQ(0, module->StopCapture());