From c53480fbcfa1d3e35cf8b35b10cd4106c87c44e1 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Mon, 13 May 2013 15:10:02 +0000 Subject: [PATCH] Disabled flaky codec test (RunsCodecTestWithoutErrors) BUG=1734 TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1460004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4009 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../test/auto_test/automated/vie_standard_integration_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc b/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc index 30364e0231..eec8fe394b 100644 --- a/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc +++ b/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc @@ -34,7 +34,8 @@ TEST_F(ViEStandardIntegrationTest, RunsBaseTestWithoutErrors) { tests_->ViEBaseStandardTest(); } -TEST_F(ViEStandardIntegrationTest, RunsCodecTestWithoutErrors) { +// Flaky: https://code.google.com/p/webrtc/issues/detail?id=1734 +TEST_F(ViEStandardIntegrationTest, DISABLED_RunsCodecTestWithoutErrors) { tests_->ViECodecStandardTest(); }