Commit bcacc634 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[sheriff] Disable ToolbarActionViewInteractiveUITest.TestContextMenuOnOverflowedAction on Windows.

R=pkasting@chromium.org
TBR=pkasting@chromium.org

Bug: 1046028
Change-Id: I9c9ac87c461a10f572436fa58fbb8f492d7f4534
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023465Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735491}
parent 9da458ed
...@@ -246,9 +246,10 @@ IN_PROC_BROWSER_TEST_F(ToolbarActionViewInteractiveUITest, ...@@ -246,9 +246,10 @@ IN_PROC_BROWSER_TEST_F(ToolbarActionViewInteractiveUITest,
EXPECT_TRUE(listener.WaitUntilSatisfied()); EXPECT_TRUE(listener.WaitUntilSatisfied());
} }
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS) || defined(OS_WIN)
// TODO(pkasting): https://crbug.com/911374 Menu controller thinks the mouse is // TODO(pkasting): https://crbug.com/911374 On ChromeOS, menu controller thinks
// already down when handling the left click. // the mouse is already down when handling the left click.
// TODO(https://crbug.com/1046028): Fails on Windows 7.
#define MAYBE_TestContextMenuOnOverflowedAction \ #define MAYBE_TestContextMenuOnOverflowedAction \
DISABLED_TestContextMenuOnOverflowedAction DISABLED_TestContextMenuOnOverflowedAction
#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