Commit a8e0a83a authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Chromium LUCI CQ

[iOS] Flaky testKeyboardIconDismissAddressController

Following test is flaky on ios14-sdk-simulator:
+ AddressViewControllerTestCase/testKeyboardIconDismissAddressController

Bug: 1163133
Change-Id: Ia9bea2909296b0cea6764d1d379e731238c9c39c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610904Reviewed-by: default avatarJavier Flores <javierrobles@chromium.org>
Commit-Queue: Javier Flores <javierrobles@chromium.org>
Auto-Submit: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840251}
parent a6f9a134
......@@ -205,6 +205,10 @@ BOOL WaitForKeyboardToAppear() {
// Tests that the Address View Controller is dismissed when tapping the
// keyboard icon.
- (void)testKeyboardIconDismissAddressController {
#if TARGET_IPHONE_SIMULATOR
// See crbug.com/1163133.
EARL_GREY_TEST_DISABLED(@"Test is not applicable for simulator.");
#endif
if ([ChromeEarlGrey isIPadIdiom]) {
// The keyboard icon is never present in iPads.
EARL_GREY_TEST_SKIPPED(@"Test is not applicable for iPad");
......
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