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 <eladalon@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23319}
This commit is contained in:
Elad Alon
2018-05-21 11:53:57 +02:00
committed by Commit Bot
parent 6633d41bb0
commit 34b1bc7299

View File

@ -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;