diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc index 971926c602..7f22368721 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); }