From add4073593a173ce2e41fe6afeda543020485c32 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Wed, 19 Mar 2014 12:57:35 +0000 Subject: [PATCH] Disable flaky CanSwitchToUseAllSsrcs. Test flakes on bots, disabling while investigating. R=minyue@webrtc.org TBR=mflodman@webrtc.org BUG=3078 Review URL: https://webrtc-codereview.appspot.com/10119006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5724 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/video/video_send_stream_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc index 971926c60..7f2236872 100644 --- a/webrtc/video/video_send_stream_tests.cc +++ b/webrtc/video/video_send_stream_tests.cc @@ -229,7 +229,7 @@ TEST_F(VideoSendStreamTest, SendsSetSimulcastSsrcs) { SendsSetSsrcs(kNumSendSsrcs, false); } -TEST_F(VideoSendStreamTest, CanSwitchToUseAllSsrcs) { +TEST_F(VideoSendStreamTest, DISABLED_CanSwitchToUseAllSsrcs) { SendsSetSsrcs(kNumSendSsrcs, true); }