From d8d85711c7a32b79dfbc9df31004fc7e3217b090 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Mon, 9 Jan 2012 12:06:42 +0000 Subject: [PATCH] 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 --- .../test/auto_test/automated/vie_standard_integration_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); }