diff --git a/video/full_stack_tests.cc b/video/full_stack_tests.cc index 6d5820a49a..2317020c58 100644 --- a/video/full_stack_tests.cc +++ b/video/full_stack_tests.cc @@ -714,8 +714,7 @@ TEST_F(FullStackTest, ScreenshareSlidesVP9_2SL) { RunTest(screenshare); } -// TODO(bugs.webrtc.org/9220): Re-enable this test once the issue is fixed. -TEST_F(FullStackTest, DISABLED_VP9SVC_3SL_High) { +TEST_F(FullStackTest, VP9SVC_3SL_High) { VideoQualityTest::Params simulcast; simulcast.call.send_side_bwe = true; simulcast.video[0] = kSvcVp9Video;