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
This commit is contained in:
phoglund@webrtc.org 2013-05-13 15:10:02 +00:00
parent aa4efd1535
commit c53480fbcf

View File

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