Commit 5e9182dc authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Revert "Tentatively re-enable SitePerProcessHitTestBrowserTest.TouchActionAckTimeout"

This reverts commit 90e9d5ae.

Reason for revert: The test is still flaky.

Original change's description:
> Tentatively re-enable SitePerProcessHitTestBrowserTest.TouchActionAckTimeout
> 
> 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: 871062
> Change-Id: Iad353f9aecbf2eb59c4831ef70658f08c13a47a9
> Reviewed-on: https://chromium-review.googlesource.com/1217087
> Reviewed-by: Ken Buchanan <kenrb@chromium.org>
> Commit-Queue: James MacLean <wjmaclean@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#590047}

TBR=kenrb@chromium.org,wjmaclean@chromium.org

Change-Id: I7467a05dc55da2a98e0e5476bb4088e64ffb7d01
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 871062
Reviewed-on: https://chromium-review.googlesource.com/1218306Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590226}
parent a4a8feb2
......@@ -1531,9 +1531,10 @@ void GiveItSomeTime(int t) {
// Regression test for https://crbug.com/851644. The test passes as long as it
// doesn't crash.
// Touch action ack timeout is enabled on Android only.
// Flaky, see https://crbug.com/871062.
#if defined(OS_ANDROID)
IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest,
TouchActionAckTimeout) {
DISABLED_TouchActionAckTimeout) {
GURL main_url(
embedded_test_server()->GetURL("/frame_tree/page_with_janky_frame.html"));
ASSERT_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