Disable WebRtcVideoMediaChannelTest.AddRemoveRecvStreamAndRender on Windows (fix)

In https://webrtc-codereview.appspot.com/43899004/ I managed to get some
kind of weird whitespace character in there that completely breaks Goma
and local compilation. This fixes that.

BUG=4452
TBR=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/43909004

Cr-Commit-Position: refs/heads/master@{#8821}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8821 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2015-03-22 16:27:50 +00:00
parent cfde27eeb3
commit e5e92bd556

View File

@ -2491,7 +2491,7 @@ TEST_F(WebRtcVideoMediaChannelTest, AddRemoveRecvStreams) {
}
// Flaky on Linux and Windows. See webrtc:4452.
#if defined(WEBRTC_WIN) || defined(WEBRTC_LINUX)
#if defined(WEBRTC_WIN) || defined(WEBRTC_LINUX)
#define MAYBE_AddRemoveRecvStreamAndRender DISABLED_AddRemoveRecvStreamAndRender
#else
#define MAYBE_AddRemoveRecvStreamAndRender AddRemoveRecvStreamAndRender