diff --git a/src/video_engine/test/auto_test/automated/vie_api_integration_test.cc b/src/video_engine/test/auto_test/automated/vie_api_integration_test.cc index a2c65a23b..82a205b0e 100644 --- a/src/video_engine/test/auto_test/automated/vie_api_integration_test.cc +++ b/src/video_engine/test/auto_test/automated/vie_api_integration_test.cc @@ -25,7 +25,8 @@ TEST_F(ViEApiIntegrationTest, RunsBaseTestWithoutErrors) { tests_->ViEBaseAPITest(); } -TEST_F(ViEApiIntegrationTest, RunsCaptureTestWithoutErrors) { +// TODO(phoglund): Crashes on the v4l2loopback camera. +TEST_F(ViEApiIntegrationTest, DISABLED_RunsCaptureTestWithoutErrors) { tests_->ViECaptureAPITest(); } diff --git a/src/video_engine/test/auto_test/automated/vie_extended_integration_test.cc b/src/video_engine/test/auto_test/automated/vie_extended_integration_test.cc index facb65948..7d16db063 100644 --- a/src/video_engine/test/auto_test/automated/vie_extended_integration_test.cc +++ b/src/video_engine/test/auto_test/automated/vie_extended_integration_test.cc @@ -25,7 +25,8 @@ TEST_F(ViEExtendedIntegrationTest, RunsBaseTestWithoutErrors) { tests_->ViEBaseExtendedTest(); } -TEST_F(ViEExtendedIntegrationTest, RunsCaptureTestWithoutErrors) { +// TODO(phoglund): Crashes on the v4l2loopback camera. +TEST_F(ViEExtendedIntegrationTest, DISABLED_RunsCaptureTestWithoutErrors) { tests_->ViECaptureExtendedTest(); } diff --git a/src/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc b/src/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc index c5f9365d0..4a5198aa4 100644 --- a/src/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc +++ b/src/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc @@ -352,9 +352,7 @@ void ViEAutoTest::ViERtpRtcpStandardTest() EXPECT_EQ(0, ViE.network->DeregisterSendTransport(tbChannel.videoChannel)); // The linux virtual cam, vivi, gives a too simple image to encode, - // resulting in a low bitrate, and the REMB test below fails. Disabling the - // test if vivi is used while waiting for a better virtual device. - // BUG = 321. + // resulting in a low bitrate, and the REMB test below fails. if (tbCapture.device_name() != "vivi") { // Create three channels. 1 and 2 are grouped together and will get a // common REMB packet. 3 is in its own group and will get a separate REMB