commit | a3e50eaa907c91d151fcff6336d42ee1a7959b4c | [log] [tgz] |
---|---|---|
author | Noémie St-Onge <noemies@google.com> | Thu May 25 16:35:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 16:35:28 2023 |
tree | 01521950081874a4ad8efda2223fae2ccec91444 | |
parent | 7447c673969e231c7d4493be4825ee980c10e9d2 [diff] |
[iOS] Disable BringAndroidTabsConfirmationAlertTestCase/testOpen Disable BringAndroidTabsConfirmationAlertTestCase/testOpen due to flakiness. Bug: 1448864 Change-Id: I03e9037cc9eadca11dd1b321cf24ac9bf7c3150c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4567827 Owners-Override: Noémie St-Onge <noemies@google.com> Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by: Robbie Gibson <rkgibson@google.com> Auto-Submit: Noémie St-Onge <noemies@google.com> Cr-Commit-Position: refs/heads/main@{#1149158}
diff --git a/ios/chrome/browser/ui/bring_android_tabs/bring_android_tabs_confirmation_alert_egtest.mm b/ios/chrome/browser/ui/bring_android_tabs/bring_android_tabs_confirmation_alert_egtest.mm index 5c72de4..119ab8f 100644 --- a/ios/chrome/browser/ui/bring_android_tabs/bring_android_tabs_confirmation_alert_egtest.mm +++ b/ios/chrome/browser/ui/bring_android_tabs/bring_android_tabs_confirmation_alert_egtest.mm
@@ -61,7 +61,8 @@ // Tests that the user can open the list of recent Android tabs by tapping the // "open" button on the confirmation alert modal. Afterwards, the modal would // not be shown again after the user restarts. -- (void)testOpen { +// TODO(crbug.com/1448864): Re-enable test when issue is fixed. +- (void)DISABLED_testOpen { if ([ChromeEarlGrey isIPadIdiom]) { EARL_GREY_TEST_SKIPPED(@"Test skipped on iPad."); }