Commit 9b590976 authored by mgiuca's avatar mgiuca Committed by Commit bot

Disabled WebRtcBrowserTest.* on all platforms.

Tests are flaky, especially on WinXP bots.

BUG=470013
TBR=tommi@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#321948}
parent a9d91540
...@@ -34,7 +34,8 @@ namespace content { ...@@ -34,7 +34,8 @@ namespace content {
// Renderer crashes under Android ASAN: https://crbug.com/408496. // Renderer crashes under Android ASAN: https://crbug.com/408496.
#define MAYBE_WebRtcBrowserTest DISABLED_WebRtcBrowserTest #define MAYBE_WebRtcBrowserTest DISABLED_WebRtcBrowserTest
#else #else
#define MAYBE_WebRtcBrowserTest WebRtcBrowserTest // Test is flaky on all platforms. http://crbug.com/470013.
#define MAYBE_WebRtcBrowserTest DISABLED_WebRtcBrowserTest
#endif #endif
class MAYBE_WebRtcBrowserTest : public WebRtcContentBrowserTest { class MAYBE_WebRtcBrowserTest : public WebRtcContentBrowserTest {
......
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