Commit 6e036865 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable another flaky AddressViewControllerTestCase.

The testAddressIconIsNotVisibleWhenAddressStoreEmpty test case is flaky.

Bug: 1116043
Change-Id: Ibe1603dc8b11ff28558991fbc14193151df5895b
Tbr: javierrobles@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358030Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798310}
parent 818a257b
...@@ -272,7 +272,15 @@ BOOL WaitForKeyboardToAppear() { ...@@ -272,7 +272,15 @@ BOOL WaitForKeyboardToAppear() {
} }
// Tests that the address icon is hidden when no addresses are available. // Tests that the address icon is hidden when no addresses are available.
- (void)testAddressIconIsNotVisibleWhenAddressStoreEmpty { // TODO(crbug.com/1116043): Flaky on ios simulator.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testAddressIconIsNotVisibleWhenAddressStoreEmpty \
DISABLED_testAddressIconIsNotVisibleWhenAddressStoreEmpty
#else
#define MAYBE_testAddressIconIsNotVisibleWhenAddressStoreEmpty \
testAddressIconIsNotVisibleWhenAddressStoreEmpty
#endif
- (void)MAYBE_testAddressIconIsNotVisibleWhenAddressStoreEmpty {
// Delete the profile that is added on |-setUp|. // Delete the profile that is added on |-setUp|.
[AutofillAppInterface clearProfilesStore]; [AutofillAppInterface clearProfilesStore];
......
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