From 31bd9fadb690ae4664a78b24276252c4512d6205 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Tue, 11 Jan 2022 19:07:17 +0100 Subject: [PATCH] Disable Vp9ImplTest.DisableEnableBaseLayerWithSvcControllerTriggersKeyFrame MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enable once a forward fix has landed in WebRTC Bug: webrtc:13442 Change-Id: I0493fbbfbcf96e643d604406b350a3d315b24779 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/245601 Reviewed-by: Danil Chapovalov Reviewed-by: Erik Språng Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#35670} --- modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc b/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc index 1fa0463274..753aedc00f 100644 --- a/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc +++ b/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc @@ -749,8 +749,9 @@ TEST_F(TestVp9Impl, DISABLED_DisableEnableBaseLayerTriggersKeyFrame) { EXPECT_EQ(encoded_frame[0]._frameType, expected_type); } } - -TEST(Vp9ImplTest, DisableEnableBaseLayerWithSvcControllerTriggersKeyFrame) { +// TODO(bugs.webrtc.org/13442) Enable once a forward fix has landed in WebRTC. +TEST(Vp9ImplTest, + DISABLED_DisableEnableBaseLayerWithSvcControllerTriggersKeyFrame) { // Configure encoder to produce N spatial layers. Encode frames for all // layers. Then disable all but the last layer. Then reenable all back again. const size_t num_spatial_layers = 3;