| Index: ui/views/corewm/tooltip_controller_unittest.cc
|
| diff --git a/ui/views/corewm/tooltip_controller_unittest.cc b/ui/views/corewm/tooltip_controller_unittest.cc
|
| index 26e2c7e99233a492f7c83131d0206eedfc996406..cd1e7f1a0b74cdf8e026066f0693b955f1780d37 100644
|
| --- a/ui/views/corewm/tooltip_controller_unittest.cc
|
| +++ b/ui/views/corewm/tooltip_controller_unittest.cc
|
| @@ -469,7 +469,8 @@ TEST_F(TooltipControllerCaptureTest, DISABLED_CloseOnCaptureLost) {
|
|
|
| // Disabled on linux as DesktopScreenX11::GetWindowAtScreenPoint() doesn't
|
| // consider z-order.
|
| -#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +// Disabled on Windows due to failing bots. http://crbug.com/604479
|
| +#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_WIN)
|
| #define MAYBE_Capture DISABLED_Capture
|
| #else
|
| #define MAYBE_Capture Capture
|
|
|