From b3085b288b17b5ee45cac3c21362f122d18fbf57 Mon Sep 17 00:00:00 2001 From: Sergey Silkin Date: Fri, 25 May 2018 09:07:11 +0000 Subject: [PATCH] Revert "Disable flaky test: FullStackTest.VP9SVC_3SL_High" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 34b1bc72995d4aa52f2e96b6c60a6ec9eacbde48. Reason for revert: The issue in libvpx has been fixed. Original change's description: > Disable flaky test: FullStackTest.VP9SVC_3SL_High > > Following a change in libvpx, FullStackTest.VP9SVC_3SL_High has > become flaky. It will be disabled until the libvpx issue is fixed. > > Bug: webrtc:9293 > NOTRY: true > Change-Id: Ib375363bdefdbb4104130a1f0f02ea34dc26e7f9 > Reviewed-on: https://webrtc-review.googlesource.com/77663 > Commit-Queue: Elad Alon > Reviewed-by: Erik Språng > Reviewed-by: Sergey Silkin > Cr-Commit-Position: refs/heads/master@{#23319} TBR=eladalon@webrtc.org,sprang@webrtc.org,ssilkin@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:9293 Change-Id: I80f33baac35a1fc8d446a7639fa64a94774dde4a Reviewed-on: https://webrtc-review.googlesource.com/78900 Reviewed-by: Sergey Silkin Reviewed-by: Elad Alon Commit-Queue: Sergey Silkin Cr-Commit-Position: refs/heads/master@{#23402} --- video/full_stack_tests.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;