From b82193cec83c6a70e591c331ce83723b9a6fb09a Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Tue, 11 Jan 2022 15:13:25 +0100 Subject: [PATCH] Disable DisableEnableBaseLayerTriggersKeyFrame - Enable once a forward fix has landed in WebRTC. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:13442 Change-Id: I295383b84a753e8e1f65006cc6a3c00b78033aa4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/245643 Reviewed-by: Danil Chapovalov Reviewed-by: Erik Språng Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#35659} --- modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc | 4 ++-- 1 file changed, 2 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 277f46af52..1fa0463274 100644 --- a/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc +++ b/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc @@ -593,8 +593,8 @@ TEST(Vp9ImplTest, SpatialUpswitchNotAtGOFBoundary) { EXPECT_THAT(producer.SetNumInputFrames(1).Encode(), ElementsAre(GenericLayerIs(0, 0), GenericLayerIs(1, 0))); } - -TEST_F(TestVp9Impl, DisableEnableBaseLayerTriggersKeyFrame) { +// TODO(bugs.webrtc.org/13442) Enable once a forward fix has landed in WebRTC. +TEST_F(TestVp9Impl, DISABLED_DisableEnableBaseLayerTriggersKeyFrame) { // Configure encoder to produce N spatial layers. Encode frames for all // layers. Then disable all but the last layer. Then reenable all back again. test::ScopedFieldTrials override_field_trials(