Commit 5395fe24 authored by Juan Antonio Navarro Perez's avatar Juan Antonio Navarro Perez Committed by Commit Bot

[android_webview] Disable flaky testScrollOffsetAfterCapturePicture

Bug: 977526
Change-Id: I14e3b0e62c5132780f0c52b74651edda0e2b57e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670872
Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Changwan Ryu <changwan@chromium.org>
Reviewed-by: default avatarChangwan Ryu <changwan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671555}
parent c6360ce0
......@@ -850,8 +850,12 @@ public class AndroidScrollIntegrationTest {
}
@Test
@SmallTest
@Feature("AndroidWebView")
/**
* @SmallTest
* @Feature("AndroidWebView")
* BUG=977526
*/
@DisabledTest
public void testScrollOffsetAfterCapturePicture() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient();
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