Commit 893b8d6d authored by creis's avatar creis Committed by Commit bot

Disable TwoGetUserMediaWithFirstHdSecondVga on Windows and on Linux debug.

BUG=417756
TEST=Bots go green
TBR=phoglund@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#297005}
parent daef563b
...@@ -466,8 +466,8 @@ IN_PROC_BROWSER_TEST_F(WebRtcGetUserMediaBrowserTest, ...@@ -466,8 +466,8 @@ IN_PROC_BROWSER_TEST_F(WebRtcGetUserMediaBrowserTest,
expected_result); expected_result);
} }
#if defined(OS_WIN) && !defined(NDEBUG) #if defined(OS_WIN) || (defined(OS_LINUX) && !defined(NDEBUG))
// Flaky on Webkit Win7 Debug bot: http://crbug.com/417756 // Flaky on Windows and on Linux Debug: http://crbug.com/417756
#define MAYBE_TwoGetUserMediaWithFirstHdSecondVga \ #define MAYBE_TwoGetUserMediaWithFirstHdSecondVga \
DISABLED_TwoGetUserMediaWithFirstHdSecondVga DISABLED_TwoGetUserMediaWithFirstHdSecondVga
#else #else
......
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