Temporarily disabled the standard rtp-rtcp test because of flakiness.

BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/349001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1356 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-01-09 12:06:42 +00:00
parent 0aa7b32652
commit d8d85711c7

View File

@ -64,7 +64,9 @@ TEST_F(ViEStandardIntegrationTest, RunsRenderTestWithoutErrors) {
tests_->ViERenderStandardTest();
}
TEST_F(ViEStandardIntegrationTest, RunsRtpRtcpTestWithoutErrors) {
// TODO(phoglund): enable this once the flakiness gets resolved. Also, update
// the wiki at test engineering > known issues on build-bot.
TEST_F(ViEStandardIntegrationTest, DISABLED_RunsRtpRtcpTestWithoutErrors) {
tests_->ViERtpRtcpStandardTest();
}