Commit 413c18fb authored by perkj's avatar perkj Committed by Commit bot

Renenable WebRtc Browsertests except on Win.

BUG=470013

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

Cr-Commit-Position: refs/heads/master@{#321962}
parent f046e9d2
......@@ -33,9 +33,11 @@ namespace content {
#if defined(OS_ANDROID) && defined(ADDRESS_SANITIZER)
// Renderer crashes under Android ASAN: https://crbug.com/408496.
#define MAYBE_WebRtcBrowserTest DISABLED_WebRtcBrowserTest
#else
// Test is flaky on all platforms. http://crbug.com/470013.
#elif defined(OS_WIN)
// Test is flaky on Win. http://crbug.com/470013.
#define MAYBE_WebRtcBrowserTest DISABLED_WebRtcBrowserTest
#else
#define MAYBE_WebRtcBrowserTest WebRtcBrowserTest
#endif
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