Disable flaky TestPartialFrameHeader.

Example failure:
[http://chromegw/i/internal.client.webrtc/builders/Linux%20Asan/builds/657]

TBR=wu@webrtc.org
BUG=2409

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4832 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2013-09-24 20:09:30 +00:00
parent c2ac5ed588
commit f832a551cc

View File

@ -174,7 +174,8 @@ TEST_F(FileVideoCapturerTest, TestRepeatForever) {
EXPECT_EQ(listener.frame_height(), capture_format_.height);
}
TEST_F(FileVideoCapturerTest, TestPartialFrameHeader) {
// See: https://code.google.com/p/webrtc/issues/detail?id=2409
TEST_F(FileVideoCapturerTest, DISABLED_TestPartialFrameHeader) {
EXPECT_TRUE(OpenFile("1.frame_plus_1.byte"));
VideoCapturerListener listener;
capturer_->SignalFrameCaptured.connect(