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