Commit 330f08c7 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Tentatively re-enable InputEventRouterGestureTargetMapTest on Win.

This issue may be fixed by recent changes, but even if it isn't, it
would be nice to have some fresh data on it.

Bug: 823578
Change-Id: I2568fad71686c658fbe9e26ffe1dfdcb09ff3891
Reviewed-on: https://chromium-review.googlesource.com/1217402Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590054}
parent 8a988099
......@@ -3709,16 +3709,8 @@ void SendTouchpadFlingSequenceWithExpectedTarget(
} // anonymous namespace
// Flaky, see https://crbug.com/823578
#if defined(OS_WIN)
#define MAYBE_InputEventRouterGestureTargetMapTest \
DISABLED_InputEventRouterGestureTargetMapTest
#else
#define MAYBE_InputEventRouterGestureTargetMapTest \
InputEventRouterGestureTargetMapTest
#endif
IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest,
MAYBE_InputEventRouterGestureTargetMapTest) {
InputEventRouterGestureTargetMapTest) {
GURL main_url(embedded_test_server()->GetURL(
"/frame_tree/page_with_positioned_nested_frames.html"));
EXPECT_TRUE(NavigateToURL(shell(), main_url));
......
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