Commit 7e860b7e authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

🤠 Disable AutofillAssistantInputActionIntegrationTest#fillFormFieldWithText

TBR=sandromaggi@google.com

Bug: 1146555
Change-Id: Id356193a13606dc956e98e4af8dbaf1a1a6f8a15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523557Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825059}
parent 1cb7097d
......@@ -29,6 +29,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.autofill_assistant.proto.ActionProto;
import org.chromium.chrome.browser.autofill_assistant.proto.ChipProto;
import org.chromium.chrome.browser.autofill_assistant.proto.ChipType;
......@@ -87,6 +88,7 @@ public class AutofillAssistantInputActionIntegrationTest {
@Test
@MediumTest
@DisabledTest(message = "https://crbug.com/1146555")
public void fillFormFieldWithText() throws Exception {
ArrayList<ActionProto> list = new ArrayList<>();
......
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