diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc index 64d5c2dee..f017b0763 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc @@ -448,8 +448,6 @@ void ViEAutoTest::ViERtpRtcpAPITest() // is valid to call before creating channels. EXPECT_EQ(0, ViE.rtp_rtcp->SetBandwidthEstimationMode( webrtc::kViESingleStreamEstimation)); - EXPECT_EQ(0, ViE.rtp_rtcp->SetBandwidthEstimationMode( - webrtc::kViEMultiStreamEstimation)); // Create a video channel TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8);