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

Disable testOTRAddCreditCardsActionOpensAddCreditCardSettings

Disable:
CreditCardViewControllerTestCase/testOTRAddCreditCardsActionOpensAddCreditCardSettings

Failing with:
https://ci.chromium.org/ui/p/chromium/builders/ci/ios14-beta-simulator/4238/overview
https://ci.chromium.org/ui/p/chromium/builders/ci/ios14-sdk-simulator/5839/overview

Bug: 1163116
Change-Id: I95e70a19f2b4ee7965094d57c0273d0cd9913aec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607310Reviewed-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@{#840279}
parent 21ac17be
...@@ -282,6 +282,10 @@ BOOL WaitForKeyboardToAppear() { ...@@ -282,6 +282,10 @@ BOOL WaitForKeyboardToAppear() {
// Tests that the "Add Credit Cards..." action works on OTR. // Tests that the "Add Credit Cards..." action works on OTR.
- (void)testOTRAddCreditCardsActionOpensAddCreditCardSettings { - (void)testOTRAddCreditCardsActionOpensAddCreditCardSettings {
#if TARGET_IPHONE_SIMULATOR
// TODO(crbug.com/1163116): Fails for ios14-beta/sdk-simulator.
EARL_GREY_TEST_DISABLED(@"Test disabled on simulator.");
#endif
// TODO(crbug.com/1162354): Re-enable this test for iPad after fixing this // TODO(crbug.com/1162354): Re-enable this test for iPad after fixing this
// issue. // issue.
if ([ChromeEarlGrey isIPadIdiom]) { if ([ChromeEarlGrey isIPadIdiom]) {
......
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