mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 09:07:52 +01:00
Revert of Enable big largeroom fullstack tests on Windows (patchset #1 id:1 of https://codereview.webrtc.org/2741823003/ )
Reason for revert:
This depends on another patchset, which causes problem and will be reverted too.
Original issue's description:
> Enable big largeroom fullstack tests on Windows
>
> BUG=webrtc:7301
>
> Review-Url: https://codereview.webrtc.org/2741823003
> Cr-Commit-Position: refs/heads/master@{#17169}
> Committed: 15939e7775
TBR=sprang@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:7301
Review-Url: https://codereview.webrtc.org/2738353006
Cr-Commit-Position: refs/heads/master@{#17172}
This commit is contained in:
parent
95b27217f2
commit
f44f53360f
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ TEST_F(FullStackTest, LargeRoomVP8_5thumb) {
|
|||
RunTest(large_room);
|
||||
}
|
||||
|
||||
#if defined(WEBRTC_ANDROID)
|
||||
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_WIN)
|
||||
// Fails on Android and win:
|
||||
// https://bugs.chromium.org/p/webrtc/issues/detail?id=7301
|
||||
#define MAYBE_LargeRoomVP8_50thumb DISABLED_LargeRoomVP8_50thumb
|
||||
|
|
Loading…
Reference in a new issue