Commit d7df5e03 authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

Disable WebRtcApprtcBrowserTest.MANUAL_FirefoxApprtcInteropTest

Tests is failing, see bug below.

TBR=hbos@chromium.org

Bug: 751211
Change-Id: Ic7e09dde421f1fa2b85db7da3de48c1001e128d3
Reviewed-on: https://chromium-review.googlesource.com/596513Reviewed-by: default avatarEmircan Uysaler <emircan@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491101}
parent a613a7ef
...@@ -291,10 +291,13 @@ IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) { ...@@ -291,10 +291,13 @@ IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, MANUAL_WorksOnApprtc) {
} }
#if defined(OS_LINUX) #if defined(OS_LINUX)
#define MAYBE_MANUAL_FirefoxApprtcInteropTest MANUAL_FirefoxApprtcInteropTest // Disabled due to failure, see http://crbug.com/751211.
#define MAYBE_MANUAL_FirefoxApprtcInteropTest \
DISABLED_MANUAL_FirefoxApprtcInteropTest
#else #else
// Not implemented yet on Windows and Mac. // Not implemented yet on Windows and Mac.
#define MAYBE_MANUAL_FirefoxApprtcInteropTest DISABLED_MANUAL_FirefoxApprtcInteropTest #define MAYBE_MANUAL_FirefoxApprtcInteropTest \
DISABLED_MANUAL_FirefoxApprtcInteropTest
#endif #endif
IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest, IN_PROC_BROWSER_TEST_F(WebRtcApprtcBrowserTest,
......
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