Commit ca1fc780 authored by Tommy Martino's avatar Tommy Martino Committed by Commit Bot

Disabling Tooltip Capture Test on Ozone

TBR=pkasting@chromium.org

Change-Id: I304210aac096854f666cafa2103ee9aed9f0df96
Bug: 1065474
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125007Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarTommy Martino <tmartino@chromium.org>
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754127}
parent f34c17c5
...@@ -496,7 +496,8 @@ TEST_F(TooltipControllerTest, DISABLED_CloseOnCaptureLost) { ...@@ -496,7 +496,8 @@ TEST_F(TooltipControllerTest, DISABLED_CloseOnCaptureLost) {
// Disabled on X11 as DesktopScreenX11::GetWindowAtScreenPoint() doesn't // Disabled on X11 as DesktopScreenX11::GetWindowAtScreenPoint() doesn't
// consider z-order. // consider z-order.
// Disabled on Windows due to failing bots. http://crbug.com/604479 // Disabled on Windows due to failing bots. http://crbug.com/604479
#if defined(USE_X11) || defined(OS_WIN) // Disabled on Ozone due to failing bots: crbug.com/1065474
#if defined(USE_X11) || defined(OS_WIN) || defined(USE_OZONE)
#define MAYBE_Capture DISABLED_Capture #define MAYBE_Capture DISABLED_Capture
#else #else
#define MAYBE_Capture Capture #define MAYBE_Capture Capture
......
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