Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
index d53437fcd04fceb60f6164751cc853df344f6223..d9148d6b67a199d1f89d924993b9868221a2559b 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
@@ -730,8 +730,8 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) { |
// Run with no packet loss, at low bitrate. |
// spatial_resize is on, so expect one resize during the sequence, |
// resize happens on delta frame. Expect only one key frame (first frame). |
-/* |
-TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) { |
+TEST_F(VideoProcessorIntegrationTest, |
+ DISABLED_ProcessNoLossSpatialResizeFrameDropVP9) { |
config_.networking_config.packet_loss_probability = 0; |
// Bitrate and frame rate profile. |
RateProfile rate_profile; |
@@ -753,7 +753,6 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) { |
process_settings, |
rc_metrics); |
} |
-*/ |
// TODO(marpan): Add temporal layer test for VP9, once changes are in |
// vp9 wrapper for this. |