| Index: webrtc/video/full_stack.cc
|
| diff --git a/webrtc/video/full_stack.cc b/webrtc/video/full_stack.cc
|
| index 1220482a1dbf597f44c9fac31bf997852a06c735..008116cc7007bf08e47b1af934566a533bf09cbb 100644
|
| --- a/webrtc/video/full_stack.cc
|
| +++ b/webrtc/video/full_stack.cc
|
| @@ -753,8 +753,9 @@ TEST_F(FullStackTest, DISABLED_ON_ANDROID(ScreenshareSlidesVP8_2TL)) {
|
| RunTest(screenshare_params);
|
| }
|
|
|
| -// Disabled on Android along with VP8 screenshare above.
|
| -TEST_F(FullStackTest, DISABLED_ON_ANDROID(ScreenshareSlidesVP9_2TL)) {
|
| +// Temporarilty disabled.
|
| +// https://code.google.com/p/webrtc/issues/detail?id=4889
|
| +TEST_F(FullStackTest, DISABLED_ScreenshareSlidesVP9_2TL) {
|
| FullStackTestParams screenshare_params = {
|
| "screenshare_slides_vp9_2tl",
|
| {"screenshare_slides", 1850, 1110, 5},
|
|
|