From f44f53360fcb10918b58e907f3ea9adb9ef2a2f1 Mon Sep 17 00:00:00 2001 From: ilnik Date: Fri, 10 Mar 2017 09:48:31 -0800 Subject: [PATCH] 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: https://chromium.googlesource.com/external/webrtc/+/15939e777524eaa3fdb107c8b5f996d0ffaf6c50 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} --- webrtc/video/full_stack_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/video/full_stack_tests.cc b/webrtc/video/full_stack_tests.cc index c4c0603a25..e59280a055 100644 --- a/webrtc/video/full_stack_tests.cc +++ b/webrtc/video/full_stack_tests.cc @@ -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