Commit 0f5cf8db authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[sheriff] Disable AutofillAssistantPersonalDataManagerTest#testCreateAndEnterAddress

TBR=jianli@chromium.org
NOTRY=true

Bug: 1130016d
Change-Id: Iec2d947fd1df590fe92101b646071b9e0bf3073f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441270
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812164}
parent 081ee3a2
......@@ -54,6 +54,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.autofill_assistant.R;
import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
import org.chromium.chrome.browser.autofill_assistant.proto.ActionProto;
......@@ -901,6 +902,7 @@ public class AutofillAssistantPersonalDataManagerTest {
*/
@Test
@MediumTest
@DisabledTest(message = "https://crbug.com/1130016")
public void testCreateAndEnterAddress() throws Exception {
ArrayList<ActionProto> list = new ArrayList<>();
list.add((ActionProto) ActionProto.newBuilder()
......
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