From d2ce622ea18fcfd51832ccdb0adcae233bcc878b Mon Sep 17 00:00:00 2001 From: peah Date: Mon, 12 Dec 2016 03:21:16 -0800 Subject: [PATCH] Disabling the potentially flaky test VideoProcessorIntegrationTest. ProcessNoLossSpatialResizeFrameDropVP9 TBR=sprang@webrtc.org BUG=webrtc:6873 Review-Url: https://codereview.webrtc.org/2565373002 Cr-Commit-Position: refs/heads/master@{#15545} --- .../video_coding/codecs/test/videoprocessor_integrationtest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index 7e39791dd8..ee8f355085 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -761,7 +761,8 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) { // Run with no packet loss, at low bitrate. // spatial_resize is on, for this low bitrate expect one resize in 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;