From caf39f335fcd9f2fc050e1bf3ba4e5d32619f2a7 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Tue, 10 Jan 2012 13:43:33 +0000 Subject: [PATCH] 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 --- .../test/auto_test/automated/vie_standard_integration_test.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video_engine/test/auto_test/automated/vie_standard_integration_test.cc b/src/video_engine/test/auto_test/automated/vie_standard_integration_test.cc index 21af216f8..d3290982a 100644 --- a/src/video_engine/test/auto_test/automated/vie_standard_integration_test.cc +++ b/src/video_engine/test/auto_test/automated/vie_standard_integration_test.cc @@ -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(); }