Commit 81536963 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Disable testSetComposingTextRemovesAutoCorrectionSuggestionSpan

Tbr: changwan@chromium.org
No-Try: true
Bug: 921089
Change-Id: I23cd864d189a5b5e9b52a7a169ec576e479f36fe
Reviewed-on: https://chromium-review.googlesource.com/c/1407371Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622065}
parent 302ccaa5
......@@ -20,6 +20,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.R;
import org.chromium.content_public.browser.WebContents;
import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner;
......@@ -315,6 +316,7 @@ public class TextSuggestionMenuTest {
// done with composing.
@Test
@LargeTest
@DisabledTest
public void testSetComposingTextRemovesAutoCorrectionSuggestionSpan()
throws InterruptedException, Throwable {
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