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(); }