Disable FullStackTest.LargeRoomVP8_*thumb on iOS

It fails for the same reason as on Android

BUG=webrtc:7301

Review-Url: https://codereview.webrtc.org/3017473002
Cr-Commit-Position: refs/heads/master@{#19857}
This commit is contained in:
oprypin 2017-09-15 05:24:24 -07:00 committed by Commit Bot
parent 262d4ff882
commit 743117f304

View File

@ -779,8 +779,8 @@ TEST_F(FullStackTest, LargeRoomVP8_5thumb) {
RunTest(large_room);
}
#if defined(WEBRTC_ANDROID)
// Fails on Android:
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_IOS)
// Fails on mobile devices:
// https://bugs.chromium.org/p/webrtc/issues/detail?id=7301
#define MAYBE_LargeRoomVP8_50thumb DISABLED_LargeRoomVP8_50thumb
#define MAYBE_LargeRoomVP8_15thumb DISABLED_LargeRoomVP8_15thumb