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:
stefan@webrtc.org
2013-09-19 12:08:55 +00:00
parent b5a191bfe7
commit 7a30dfdc69

View File

@@ -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));