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
This commit is contained in:
pbos@webrtc.org 2014-03-19 12:57:35 +00:00
parent 709e29742e
commit add4073593

View File

@ -229,7 +229,7 @@ TEST_F(VideoSendStreamTest, SendsSetSimulcastSsrcs) {
SendsSetSsrcs(kNumSendSsrcs, false);
}
TEST_F(VideoSendStreamTest, CanSwitchToUseAllSsrcs) {
TEST_F(VideoSendStreamTest, DISABLED_CanSwitchToUseAllSsrcs) {
SendsSetSsrcs(kNumSendSsrcs, true);
}