Disable FullStackTest.ScreenshareSlidesVP9_2SL on all platforms

The test is failing due to libvpx roll which will be fixed in future roll.
It wasn't discovered at trybots since webrtc_perf_tests doesn't run
on Mac because of webrtc:7322.

BUG=webrtc:7401
TBR=marpan@webrtc.org

Review-Url: https://codereview.webrtc.org/2774973002 .
Cr-Commit-Position: refs/heads/master@{#17377}
This commit is contained in:
Henrik Kjellander 2017-03-24 20:55:13 +01:00
parent f9e2a36229
commit 098f036cad

View File

@ -399,13 +399,8 @@ const VideoQualityTest::Params::Video kSimulcastVp8VideoLow = {
false, false, "", "ConferenceMotion_1280_720_50"};
#if !defined(RTC_DISABLE_VP9)
// Disabled due to crash on Linux, Win and Android, see bugs.webrtc.org/7401.
#if defined(WEBRTC_LINUX) || defined(WEBRTC_ANDROID) || defined(WEBRTC_WIN)
#define MAYBE_ScreenshareSlidesVP9_2SL DISABLED_ScreenshareSlidesVP9_2SL
#else
#define MAYBE_ScreenshareSlidesVP9_2SL ScreenshareSlidesVP9_2SL
#endif
TEST_F(FullStackTest, MAYBE_ScreenshareSlidesVP9_2SL) {
// Disabled due to crashes, see bugs.webrtc.org/7401.
TEST_F(FullStackTest, DISABLED_ScreenshareSlidesVP9_2SL) {
VideoQualityTest::Params screenshare;
screenshare.call.send_side_bwe = true;
screenshare.video = {true, 1850, 1110, 5, 50000, 200000, 2000000, false,