Disabling systematically failing
WebRtcVideoMediaChannelTest.SendVp8HdAndReceiveAdaptedVp8Vga TBR= pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14569006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6211 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2fa7f79094
commit
3b7e282caa
@ -2215,7 +2215,7 @@ TEST_F(WebRtcVideoMediaChannelTest, SendManyResizeOnce) {
|
|||||||
SendManyResizeOnce();
|
SendManyResizeOnce();
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(WebRtcVideoMediaChannelTest, SendVp8HdAndReceiveAdaptedVp8Vga) {
|
TEST_F(WebRtcVideoMediaChannelTest, DISABLED_SendVp8HdAndReceiveAdaptedVp8Vga) {
|
||||||
EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
|
EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
|
||||||
channel_->UpdateAspectRatio(1280, 720);
|
channel_->UpdateAspectRatio(1280, 720);
|
||||||
video_capturer_.reset(new cricket::FakeVideoCapturer);
|
video_capturer_.reset(new cricket::FakeVideoCapturer);
|
||||||
|
Loading…
Reference in New Issue
Block a user