Commit 15103a5f authored by henrika's avatar henrika Committed by Commit bot

Disabling failing tests in WebRtcApprtcBrowserTest.

These tests will be enabled again once the AppRTC app is working again which we expect will happen rather soon.

TBR=phoglund
BUG=467471

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

Cr-Commit-Position: refs/heads/master@{#320883}
parent c9e9edb5
......@@ -232,7 +232,9 @@ class WebRtcApprtcBrowserTest : public WebRtcTestBase {
base::Process collider_server_;
};
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) {
// Disabling while the AppRTC application is being fixed.
// See crbug.com/467471 for details.
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, DISABLED_MANUAL_WorksOnApprtc) {
// Disabled on Win XP: http://code.google.com/p/webrtc/issues/detail?id=2703.
if (OnWinXp())
return;
......@@ -263,7 +265,9 @@ IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) {
}
#if defined(OS_LINUX)
#define MAYBE_MANUAL_FirefoxApprtcInteropTest MANUAL_FirefoxApprtcInteropTest
// Disabling while the AppRTC application is being fixed.
// See crbug.com/467471 for details.
#define MAYBE_MANUAL_FirefoxApprtcInteropTest DISABLED_MANUAL_FirefoxApprtcInteropTest
#else
// Not implemented yet on Windows and Mac.
#define MAYBE_MANUAL_FirefoxApprtcInteropTest DISABLED_MANUAL_FirefoxApprtcInteropTest
......
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