Commit 1094a6a2 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Tentatively re-enable SitePerProcess*HitTestBrowserTest.RootWindowTransform.

A number of changes have landed recently that may eliminate the
flakieness seen in this test. This CL re-enables the test, but feel
free to revert this if the flakes continue.

Bug: 870744
Change-Id: I859f7170dbcdd334f3e872b117d48412721b7fa0
Reviewed-on: https://chromium-review.googlesource.com/1217089Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590050}
parent 0956200a
...@@ -2056,13 +2056,12 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessHighDPIHitTestBrowserTest, ...@@ -2056,13 +2056,12 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessHighDPIHitTestBrowserTest,
} }
#if defined(USE_AURA) #if defined(USE_AURA)
IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest, IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest, RootWindowTransform) {
DISABLED_RootWindowTransform) {
HitTestRootWindowTransform(shell(), embedded_test_server()); HitTestRootWindowTransform(shell(), embedded_test_server());
} }
IN_PROC_BROWSER_TEST_P(SitePerProcessHighDPIHitTestBrowserTest, IN_PROC_BROWSER_TEST_P(SitePerProcessHighDPIHitTestBrowserTest,
DISABLED_RootWindowTransform) { RootWindowTransform) {
HitTestRootWindowTransform(shell(), embedded_test_server()); HitTestRootWindowTransform(shell(), embedded_test_server());
} }
#endif // defined(USE_AURA) #endif // defined(USE_AURA)
......
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