From 6ffc74ee0e28a2e490348dc2d58f4ee927db8ec4 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Mon, 23 Sep 2013 23:25:39 +0000 Subject: [PATCH] Disable flaky RunsRtpRtcpTestWithoutErrors. TBR=mflodman BUG=2415 Review URL: https://webrtc-codereview.appspot.com/2270006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4821 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../test/auto_test/automated/vie_api_integration_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webrtc/video_engine/test/auto_test/automated/vie_api_integration_test.cc b/webrtc/video_engine/test/auto_test/automated/vie_api_integration_test.cc index 5ba17f2682..8071baa7b6 100644 --- a/webrtc/video_engine/test/auto_test/automated/vie_api_integration_test.cc +++ b/webrtc/video_engine/test/auto_test/automated/vie_api_integration_test.cc @@ -48,7 +48,9 @@ TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsRenderTestWithoutErrors) { tests_->ViERenderAPITest(); } -TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsRtpRtcpTestWithoutErrors) { +// See: https://code.google.com/p/webrtc/issues/detail?id=2415 +TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), + DISABLED_RunsRtpRtcpTestWithoutErrors) { tests_->ViERtpRtcpAPITest(); }