Commit 78537f98 authored by Sebastien Lalancette's avatar Sebastien Lalancette Committed by Commit Bot

Disabling flaky AutofillEditCreditCardTestCase/testEmptyNickname.

TBR=alfonsogarza@google.com

Bug: 1106734
Change-Id: Id66368be74c76435600f5fcb3192ad539dcdfc44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304091
Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org>
Reviewed-by: default avatarSebastien Lalancette <seblalancette@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789506}
parent 996b0a41
...@@ -108,7 +108,8 @@ id<GREYMatcher> NavigationBarEditButton() { ...@@ -108,7 +108,8 @@ id<GREYMatcher> NavigationBarEditButton() {
} }
// Tests that clearing a nickname is allowed. // Tests that clearing a nickname is allowed.
- (void)testEmptyNickname { // Disabled due to: crbug.com/1106766
- (void)DISABLED_testEmptyNickname {
[[EarlGrey selectElementWithMatcher:NicknameTextField()] [[EarlGrey selectElementWithMatcher:NicknameTextField()]
performAction:grey_typeText(@"To be removed")]; performAction:grey_typeText(@"To be removed")];
......
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