| Index: webrtc/video/full_stack_tests.cc
|
| diff --git a/webrtc/video/full_stack_tests.cc b/webrtc/video/full_stack_tests.cc
|
| index bda26efab25528cc96484114bf39b4cd90dd4137..e94acdae32993050d226a826fcc064f671fd2be4 100644
|
| --- a/webrtc/video/full_stack_tests.cc
|
| +++ b/webrtc/video/full_stack_tests.cc
|
| @@ -511,8 +511,10 @@ TEST_F(FullStackTest, LargeRoomVP8_5thumb) {
|
| // Fails on Android and win:
|
| // https://bugs.chromium.org/p/webrtc/issues/detail?id=7301
|
| #define MAYBE_LargeRoomVP8_50thumb DISABLED_LargeRoomVP8_50thumb
|
| +#define MAYBE_LargeRoomVP8_15thumb DISABLED_LargeRoomVP8_15thumb
|
| #else
|
| #define MAYBE_LargeRoomVP8_50thumb LargeRoomVP8_50thumb
|
| +#define MAYBE_LargeRoomVP8_15thumb LargeRoomVP8_15thumb
|
| #endif
|
|
|
| TEST_F(FullStackTest, MAYBE_LargeRoomVP8_15thumb) {
|
|
|