Commit f2a23037 authored by Changwan Ryu's avatar Changwan Ryu Committed by Commit Bot

Re-enable testTouchScrollCanBeAlteredByUi

- There was no flake in the test history on FYI bot recently,
- There is no stack trace available from the bot.
- Not locally reproducible.

Re-enable this test to get the stack traces and see if flakiness can
still be reproduced.

        50 times on emulator out of 50 trials

Tested: passed AndroidScrollIntegrationTest#testTouchScrollCanBeAlteredByUi
Bug: 813837
Change-Id: Ibb240d0720a223c20f8d815c0c0fa6d4246a7e8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411147
Commit-Queue: Changwan Ryu <changwan@chromium.org>
Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806768}
parent 595f7529
...@@ -449,13 +449,8 @@ public class AndroidScrollIntegrationTest { ...@@ -449,13 +449,8 @@ public class AndroidScrollIntegrationTest {
} }
@Test @Test
/** @SmallTest
* @SmallTest @Feature({"AndroidWebView"})
* @Feature({"AndroidWebView"})
* BUG=813837
*/
// Originally flaked only in multi-process mode (http://crbug.com/616505)
@DisabledTest
public void testTouchScrollCanBeAlteredByUi() throws Throwable { public void testTouchScrollCanBeAlteredByUi() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient(); final TestAwContentsClient contentsClient = new TestAwContentsClient();
final ScrollTestContainerView testContainerView = final ScrollTestContainerView testContainerView =
......
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