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:
parent
ded85f14ef
commit
7de07652ad
@ -348,12 +348,13 @@ int ViEAutoTest::ViERtpRtcpStandardTest()
|
||||
sentNackBitrate);
|
||||
numberOfErrors += ViETest::TestError(error == 0, "ERROR: %s at line %d",
|
||||
__FUNCTION__, __LINE__);
|
||||
|
||||
numberOfErrors += ViETest::TestError(sentTotalBitrate > 0 &&
|
||||
sentFecBitrate == 0 &&
|
||||
sentNackBitrate > 0,
|
||||
"ERROR: %s at line %d",
|
||||
__FUNCTION__, __LINE__);
|
||||
|
||||
// TODO(holmer): Write a non-flaky verification of this API.
|
||||
// numberOfErrors += ViETest::TestError(sentTotalBitrate > 0 &&
|
||||
// sentFecBitrate == 0 &&
|
||||
// sentNackBitrate > 0,
|
||||
// "ERROR: %s at line %d",
|
||||
// __FUNCTION__, __LINE__);
|
||||
|
||||
|
||||
error = ViE.ptrViEBase->StopReceive(tbChannel.videoChannel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user