Commit 53d1639c authored by phoglund's avatar phoglund Committed by Commit bot

Disabling AppRTC browser test until I can take a closer look.

BUG=581283
TBR=henrika@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#371498}
parent 6d635b90
...@@ -229,7 +229,9 @@ class WebRtcApprtcBrowserTest : public WebRtcTestBase { ...@@ -229,7 +229,9 @@ class WebRtcApprtcBrowserTest : public WebRtcTestBase {
base::Process collider_server_; base::Process collider_server_;
}; };
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) { // Broken because of dependency updates: http://crbug.com/581283.
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest,
DISABLED_MANUAL_WorksOnApprtc) {
DetectErrorsInJavaScript(); DetectErrorsInJavaScript();
ASSERT_TRUE(LaunchApprtcInstanceOnLocalhost("9999")); ASSERT_TRUE(LaunchApprtcInstanceOnLocalhost("9999"));
ASSERT_TRUE(LaunchColliderOnLocalHost("http://localhost:9999", "8089")); ASSERT_TRUE(LaunchColliderOnLocalHost("http://localhost:9999", "8089"));
...@@ -269,10 +271,11 @@ IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) { ...@@ -269,10 +271,11 @@ IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) {
chrome::CloseWebContents(browser(), right_tab, false); chrome::CloseWebContents(browser(), right_tab, false);
} }
#if defined(OS_LINUX) #if 0
#define MAYBE_MANUAL_FirefoxApprtcInteropTest MANUAL_FirefoxApprtcInteropTest #define MAYBE_MANUAL_FirefoxApprtcInteropTest MANUAL_FirefoxApprtcInteropTest
#else #else
// Not implemented yet on Windows and Mac. // Not implemented yet on Windows and Mac.
// Broken because of dependency updates: http://crbug.com/581283.
#define MAYBE_MANUAL_FirefoxApprtcInteropTest DISABLED_MANUAL_FirefoxApprtcInteropTest #define MAYBE_MANUAL_FirefoxApprtcInteropTest DISABLED_MANUAL_FirefoxApprtcInteropTest
#endif #endif
......
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