Disable NACK bandwidth statistics test due to being too flaky.
Tests for new API currently provide partial coverage, and will soon provide full coverage. TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2151005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4789 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -394,7 +394,10 @@ void ViEAutoTest::ViERtpRtcpStandardTest()
|
||||
if (FLAGS_include_timing_dependent_tests) {
|
||||
EXPECT_GT(sentTotalBitrate, 0u);
|
||||
EXPECT_EQ(sentFecBitrate, 0u);
|
||||
EXPECT_GT(sentNackBitrate, 0u);
|
||||
|
||||
// TODO(holmer): Test disabled due to being too flaky on buildbots. Tests
|
||||
// for new API provide partial coverage.
|
||||
// EXPECT_GT(sentNackBitrate, 0u);
|
||||
}
|
||||
|
||||
EXPECT_EQ(0, ViE.base->StopReceive(tbChannel.videoChannel));
|
||||
|
Reference in New Issue
Block a user