Commit 1511092c authored by phoglund's avatar phoglund Committed by Commit bot

Temporarily disabling AppRTC test on windows.

https://github.com/webrtc/apprtc/issues/48

BUG=455758
R=kjellander@chromium.org

Review URL: https://codereview.chromium.org/908483003

Cr-Commit-Position: refs/heads/master@{#315028}
parent 1f26d43e
...@@ -232,7 +232,14 @@ class WebRtcApprtcBrowserTest : public WebRtcTestBase { ...@@ -232,7 +232,14 @@ class WebRtcApprtcBrowserTest : public WebRtcTestBase {
base::Process collider_server_; base::Process collider_server_;
}; };
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) { #if defined(OS_WIN)
// Disabled due to https://github.com/webrtc/apprtc/issues/48.
#define MAYBE_MANUAL_WorksOnApprtc DISABLED_MANUAL_WorksOnApprtc
#else
#define MAYBE_MANUAL_WorksOnApprtc MANUAL_WorksOnApprtc
#endif
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MAYBE_MANUAL_WorksOnApprtc) {
// Disabled on Win XP: http://code.google.com/p/webrtc/issues/detail?id=2703. // Disabled on Win XP: http://code.google.com/p/webrtc/issues/detail?id=2703.
if (OnWinXp()) if (OnWinXp())
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment