summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-13 15:10:02 +0000
committerphoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-13 15:10:02 +0000
commit9062a9a4975cfe16a6e7258bbdfb4f2ebdb80ad1 (patch)
tree30459cffe9c466de13e68b95ab8082ff1f3abf31
parent0dd675dc31f55b9dae62b850095528f11a371f52 (diff)
downloadwebrtc-9062a9a4975cfe16a6e7258bbdfb4f2ebdb80ad1.tar.gz
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/webrtc@4009 4adac7df-926f-26a2-2b94-8c16560cd09d
-rw-r--r--video_engine/test/auto_test/automated/vie_standard_integration_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/video_engine/test/auto_test/automated/vie_standard_integration_test.cc b/video_engine/test/auto_test/automated/vie_standard_integration_test.cc
index 30364e02..eec8fe39 100644
--- a/video_engine/test/auto_test/automated/vie_standard_integration_test.cc
+++ b/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();
}