commit | c53480fbcfa1d3e35cf8b35b10cd4106c87c44e1 | [log] [tgz] |
---|---|---|
author | phoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon May 13 15:10:02 2013 |
committer | phoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon May 13 15:10:02 2013 |
tree | 4767e5a72e37f9e9f0ce670faf28eded1cdfa4fd | |
parent | aa4efd15351bc28c07d3d7b7a4f07b13c876ae8d [diff] |
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
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 30364e0..eec8fe39 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 @@ tests_->ViEBaseStandardTest(); } -TEST_F(ViEStandardIntegrationTest, RunsCodecTestWithoutErrors) { +// Flaky: https://code.google.com/p/webrtc/issues/detail?id=1734 +TEST_F(ViEStandardIntegrationTest, DISABLED_RunsCodecTestWithoutErrors) { tests_->ViECodecStandardTest(); }