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 d3290982a7..21af216f80 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,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(); }