Re-enabled RTP-RTCP test since it's not flaky anymore.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1369 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-01-10 13:43:33 +00:00
parent c5a1cee73e
commit caf39f335f

View File

@ -64,9 +64,7 @@ TEST_F(ViEStandardIntegrationTest, RunsRenderTestWithoutErrors) {
tests_->ViERenderStandardTest();
}
// 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) {
TEST_F(ViEStandardIntegrationTest, RunsRtpRtcpTestWithoutErrors) {
tests_->ViERtpRtcpStandardTest();
}