| Index: webrtc/video/full_stack.cc
|
| diff --git a/webrtc/video/full_stack.cc b/webrtc/video/full_stack.cc
|
| index a03344e635516444ac2aaf40b09fb27f1bf58a6a..70ba6c64493cbd1d70015539df0862ccc63d6590 100644
|
| --- a/webrtc/video/full_stack.cc
|
| +++ b/webrtc/video/full_stack.cc
|
| @@ -704,7 +704,10 @@ TEST_F(FullStackTest, ForemanCif1000kbps100msLimitedQueue) {
|
| RunTest(foreman_cif);
|
| }
|
|
|
| -TEST_F(FullStackTest, ScreenshareSlides) {
|
| +// Temporarily disabled on Android due to low test timeouts.
|
| +// https://code.google.com/p/chromium/issues/detail?id=513170
|
| +#include "webrtc/test/testsupport/gtest_disable.h"
|
| +TEST_F(FullStackTest, DISABLED_ON_ANDROID(ScreenshareSlides)) {
|
| FullStackTestParams screenshare_params = {
|
| "screenshare_slides",
|
| {"screenshare_slides", 1850, 1110, 5},
|
|
|