Commit 2a7b2737 authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Commit Bot

Disable autofill assistant tests failing on lollipop

TBR=arbesser@google.com

Bug: 1087042
Change-Id: I002fcf0cb005d9c31e4e16fc1fecf9321c4f1dad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218714Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772374}
parent 78ae8a2d
......@@ -335,6 +335,7 @@ public class AutofillAssistantGenericUiTest {
@Test
@MediumTest
@DisableIf.Build(sdk_is_less_than = 21)
@DisabledTest(message = "crbug.com/1087042")
public void testOnViewClickedWriteToModel() {
ViewProto clickableView1 = (ViewProto) ViewProto.newBuilder()
.setTextView(TextViewProto.newBuilder().setText(
......
......@@ -50,6 +50,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;
......@@ -104,6 +105,7 @@ public class AutofillAssistantPersonalDataManagerTest {
*/
@Test
@MediumTest
@DisabledTest(message = "crbug.com/1087042")
public void testCreateAndEnterProfile() throws Exception {
ArrayList<ActionProto> list = new ArrayList<>();
list.add(
......@@ -179,6 +181,7 @@ public class AutofillAssistantPersonalDataManagerTest {
*/
@Test
@MediumTest
@DisabledTest(message = "crbug.com/1087042")
public void testCreateAndEditProfileMultipleTimes() throws Exception {
ArrayList<ActionProto> list = new ArrayList<>();
list.add(
......
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