Revert r4823 "Reenable test and remove flaky expects."
TBR=mflodman@webrtc.org BUG=2415 Review URL: https://webrtc-codereview.appspot.com/2277005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4824 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
01aad09a01
commit
b0e6eb50b5
@ -48,7 +48,9 @@ TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsRenderTestWithoutErrors) {
|
||||
tests_->ViERenderAPITest();
|
||||
}
|
||||
|
||||
TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsRtpRtcpTestWithoutErrors) {
|
||||
// See: https://code.google.com/p/webrtc/issues/detail?id=2415
|
||||
TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest),
|
||||
DISABLED_RunsRtpRtcpTestWithoutErrors) {
|
||||
tests_->ViERtpRtcpAPITest();
|
||||
}
|
||||
|
||||
|
@ -210,6 +210,8 @@ void ViEAutoTest::ViERtpRtcpStandardTest()
|
||||
EXPECT_EQ(num_dropped_packets, 0);
|
||||
EXPECT_GT(num_rtcp_packets, 0);
|
||||
EXPECT_GT(sentTotalBitrate, 0u);
|
||||
EXPECT_EQ(sentNackBitrate, 0u);
|
||||
EXPECT_EQ(recCumulativeLost, 0u);
|
||||
|
||||
//
|
||||
// RTX
|
||||
|
Loading…
Reference in New Issue
Block a user