diff --git a/rtc_tools/frame_analyzer/video_geometry_aligner_unittest.cc b/rtc_tools/frame_analyzer/video_geometry_aligner_unittest.cc index 6b0904a8e1..a86b8c5f4c 100644 --- a/rtc_tools/frame_analyzer/video_geometry_aligner_unittest.cc +++ b/rtc_tools/frame_analyzer/video_geometry_aligner_unittest.cc @@ -74,7 +74,8 @@ TEST_F(VideoGeometryAlignerTest, CropAndZoomLeft) { std::vector(cropped_frame->DataV(), cropped_frame->DataV() + 4)); } -TEST_F(VideoGeometryAlignerTest, CropAndZoomTop) { +// TODO(magjed): Re-enable when libyuv filtering is updated. +TEST_F(VideoGeometryAlignerTest, DISABLED_CropAndZoomTop) { CropRegion region; region.top = 2; const rtc::scoped_refptr cropped_frame = @@ -108,7 +109,8 @@ TEST_F(VideoGeometryAlignerTest, CropAndZoomRight) { std::vector(cropped_frame->DataV(), cropped_frame->DataV() + 4)); } -TEST_F(VideoGeometryAlignerTest, CropAndZoomBottom) { +// TODO(magjed): Re-enable when libyuv filtering is updated. +TEST_F(VideoGeometryAlignerTest, DISABLED_CropAndZoomBottom) { CropRegion region; region.bottom = 2; const rtc::scoped_refptr cropped_frame =