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:
parent
aa4efd1535
commit
c53480fbcf
@ -34,7 +34,8 @@ TEST_F(ViEStandardIntegrationTest, RunsBaseTestWithoutErrors) {
|
|||||||
tests_->ViEBaseStandardTest();
|
tests_->ViEBaseStandardTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(ViEStandardIntegrationTest, RunsCodecTestWithoutErrors) {
|
// Flaky: https://code.google.com/p/webrtc/issues/detail?id=1734
|
||||||
|
TEST_F(ViEStandardIntegrationTest, DISABLED_RunsCodecTestWithoutErrors) {
|
||||||
tests_->ViECodecStandardTest();
|
tests_->ViECodecStandardTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user