Disable failing 15 thumbernails full-stack test on windows

BUG=webrtc:7301

Review-Url: https://codereview.webrtc.org/2737703005
Cr-Commit-Position: refs/heads/master@{#17105}
This commit is contained in:
ilnik 2017-03-08 01:17:35 -08:00 committed by Commit bot
parent 9795f357d5
commit 3ae7c259ef

View File

@ -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) {