diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc index 7f22368721..5172258684 100644 --- a/webrtc/video/video_send_stream_tests.cc +++ b/webrtc/video/video_send_stream_tests.cc @@ -225,7 +225,7 @@ TEST_F(VideoSendStreamTest, CanStopStoppedStream) { TEST_F(VideoSendStreamTest, SendsSetSsrc) { SendsSetSsrcs(1, false); } -TEST_F(VideoSendStreamTest, SendsSetSimulcastSsrcs) { +TEST_F(VideoSendStreamTest, DISABLED_SendsSetSimulcastSsrcs) { SendsSetSsrcs(kNumSendSsrcs, false); }