Disables a flaky metric test.
This is a duplication of issue 255008 since I wasn't able to commit that one from the computer on which it was created. BUG= TEST= Review URL: http://webrtc-codereview.appspot.com/276007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@940 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -349,11 +349,12 @@ int ViEAutoTest::ViERtpRtcpStandardTest()
|
|||||||
numberOfErrors += ViETest::TestError(error == 0, "ERROR: %s at line %d",
|
numberOfErrors += ViETest::TestError(error == 0, "ERROR: %s at line %d",
|
||||||
__FUNCTION__, __LINE__);
|
__FUNCTION__, __LINE__);
|
||||||
|
|
||||||
numberOfErrors += ViETest::TestError(sentTotalBitrate > 0 &&
|
// TODO(holmer): Write a non-flaky verification of this API.
|
||||||
sentFecBitrate == 0 &&
|
// numberOfErrors += ViETest::TestError(sentTotalBitrate > 0 &&
|
||||||
sentNackBitrate > 0,
|
// sentFecBitrate == 0 &&
|
||||||
"ERROR: %s at line %d",
|
// sentNackBitrate > 0,
|
||||||
__FUNCTION__, __LINE__);
|
// "ERROR: %s at line %d",
|
||||||
|
// __FUNCTION__, __LINE__);
|
||||||
|
|
||||||
|
|
||||||
error = ViE.ptrViEBase->StopReceive(tbChannel.videoChannel);
|
error = ViE.ptrViEBase->StopReceive(tbChannel.videoChannel);
|
||||||
|
Reference in New Issue
Block a user