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:
parent
262d4ff882
commit
743117f304
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user