Commit 15ab3759 authored by Shimi Zhang's avatar Shimi Zhang Committed by Chromium LUCI CQ

Android: Disable two flaky tests

TBR: michaelbai@chromium.org
Bug: 1156419, 1156418
Change-Id: Ia22d84a21c606418b595f2d1e421eb24a1a4742c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578131Reviewed-by: default avatarShimi Zhang <ctzsm@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834550}
parent 021019a1
...@@ -21,6 +21,7 @@ import org.junit.runner.RunWith; ...@@ -21,6 +21,7 @@ import org.junit.runner.RunWith;
import org.chromium.android_webview.AwContents; import org.chromium.android_webview.AwContents;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest; import org.chromium.base.test.util.FlakyTest;
import org.chromium.components.content_capture.ContentCaptureConsumer; import org.chromium.components.content_capture.ContentCaptureConsumer;
...@@ -593,6 +594,7 @@ public class AwContentCaptureTest { ...@@ -593,6 +594,7 @@ public class AwContentCaptureTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "https://crbug.com/1156418")
public void testChangeContent() throws Throwable { public void testChangeContent() throws Throwable {
final String response = "<html><head></head><body>" final String response = "<html><head></head><body>"
+ "<div id='editable_id'>Hello</div>" + "<div id='editable_id'>Hello</div>"
......
...@@ -26,6 +26,7 @@ import org.chromium.base.test.util.CommandLineFlags; ...@@ -26,6 +26,7 @@ import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Criteria; import org.chromium.base.test.util.Criteria;
import org.chromium.base.test.util.CriteriaHelper; import org.chromium.base.test.util.CriteriaHelper;
import org.chromium.base.test.util.CriteriaNotSatisfiedException; import org.chromium.base.test.util.CriteriaNotSatisfiedException;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.R; import org.chromium.content.R;
import org.chromium.content_public.browser.WebContents; import org.chromium.content_public.browser.WebContents;
import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner; import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner;
...@@ -62,6 +63,7 @@ public class TextSuggestionMenuTest { ...@@ -62,6 +63,7 @@ public class TextSuggestionMenuTest {
@Test @Test
@LargeTest @LargeTest
@DisabledTest(message = "https://crbug.com/1156419")
public void testDeleteWordMarkedWithSuggestionMarker() public void testDeleteWordMarkedWithSuggestionMarker()
throws InterruptedException, Throwable, TimeoutException { throws InterruptedException, Throwable, TimeoutException {
WebContents webContents = mRule.getWebContents(); WebContents webContents = mRule.getWebContents();
......
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