Temporarily disabling flaky RTP test.
TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/430004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1842 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
53ed5a41a2
commit
3e664faad6
@ -375,6 +375,8 @@ void ViEAutoTest::ViERtpRtcpStandardTest()
|
||||
// Deregister external transport
|
||||
EXPECT_EQ(0, ViE.network->DeregisterSendTransport(tbChannel.videoChannel));
|
||||
|
||||
// Temporarily disabling flaky test.
|
||||
#if 0
|
||||
{
|
||||
// Create three channels. 1 and 2 are grouped together and will get a
|
||||
// common REMB packet. 3 is in its own group and will get a separate REMB
|
||||
@ -462,6 +464,7 @@ void ViEAutoTest::ViERtpRtcpStandardTest()
|
||||
EXPECT_EQ(0, ViE.base->DeleteChannel(channel_2));
|
||||
EXPECT_EQ(0, ViE.base->DeleteChannel(channel_3));
|
||||
}
|
||||
#endif
|
||||
|
||||
//***************************************************************
|
||||
// Testing finished. Tear down Video Engine
|
||||
|
Loading…
x
Reference in New Issue
Block a user