Commit 06840ba5 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Disable ToolbarActionViewInteractiveUITest.TestClickingOnOverflowedAction on Windows

It's flaky on Win7.

TBR=rdevlin.cronin@chromium.org

Bug: 1092372
Change-Id: I43aedafb26fb9a00312654b50234cb07c23aab92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232865Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776001}
parent 5177dd56
......@@ -210,9 +210,10 @@ void ToolbarActionViewInteractiveUITest::TearDownOnMainThread() {
// TODO(crbug.com/963678): fails on ChromeOS as it's assuming SendMouseMove()
// synchronously updates the location of the mouse (which is needed by
// SendMouseClick()).
#if defined(OS_CHROMEOS)
#if defined(OS_CHROMEOS) || defined(OS_WIN)
// TODO(pkasting): https://crbug.com/911374 Menu controller thinks the mouse is
// already down when handling the left click.
// TODO(crbug.com/1092372): Flaky on Win7.
#define MAYBE_TestClickingOnOverflowedAction \
DISABLED_TestClickingOnOverflowedAction
#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