Commit 1e0b138c authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Disable MouseLeaveTest.TestOnMouseOut on Win debug.

It times out quite frequently.

BUG=419468
TBR=grt@chromium.org
NOTRY=true

Change-Id: Ie8b8658dbad3e13c496267d8555c60b9e0a23702
Reviewed-on: https://chromium-review.googlesource.com/807905Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521638}
parent 45000d23
...@@ -86,6 +86,9 @@ class MouseLeaveTest : public InProcessBrowserTest { ...@@ -86,6 +86,9 @@ class MouseLeaveTest : public InProcessBrowserTest {
// OS_MACOSX: Missing automation provider support: http://crbug.com/45892. // OS_MACOSX: Missing automation provider support: http://crbug.com/45892.
// OS_LINUX: http://crbug.com/133361. // OS_LINUX: http://crbug.com/133361.
#define MAYBE_TestOnMouseOut DISABLED_TestOnMouseOut #define MAYBE_TestOnMouseOut DISABLED_TestOnMouseOut
#elif defined(OS_WIN) && !defined(NDEBUG)
// Flaky on Win debug; see https://crbug.com/419468.
#define MAYBE_TestOnMouseOut DISABLED_TestOnMouseOut
#else #else
#define MAYBE_TestOnMouseOut TestOnMouseOut #define MAYBE_TestOnMouseOut TestOnMouseOut
#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