From 34b1bc72995d4aa52f2e96b6c60a6ec9eacbde48 Mon Sep 17 00:00:00 2001 From: Elad Alon Date: Mon, 21 May 2018 11:53:57 +0200 Subject: [PATCH] Disable flaky test: FullStackTest.VP9SVC_3SL_High MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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} --- video/full_stack_tests.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video/full_stack_tests.cc b/video/full_stack_tests.cc index 2317020c58..6d5820a49a 100644 --- a/video/full_stack_tests.cc +++ b/video/full_stack_tests.cc @@ -714,7 +714,8 @@ TEST_F(FullStackTest, ScreenshareSlidesVP9_2SL) { RunTest(screenshare); } -TEST_F(FullStackTest, VP9SVC_3SL_High) { +// TODO(bugs.webrtc.org/9220): Re-enable this test once the issue is fixed. +TEST_F(FullStackTest, DISABLED_VP9SVC_3SL_High) { VideoQualityTest::Params simulcast; simulcast.call.send_side_bwe = true; simulcast.video[0] = kSvcVp9Video;