Skip to content

Commit

Permalink
Disable UpgradeSigninPromoTest.testStartupSigninPromoNoRestrictions
Browse files Browse the repository at this point in the history
Bug: 1240313
Change-Id: I80eb28647410441e5617c5409eb0a62faead8c6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3098432
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Auto-Submit: Mike Dougherty <michaeldo@chromium.org>
Reviewed-by: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#912310}
  • Loading branch information
michaeldo1 authored and Chromium LUCI CQ committed Aug 16, 2021
1 parent 5c7229b commit 08bd4ee
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ - (void)setUp {

// Tests that the sign-in promo is visible at start-up.
- (void)testStartupSigninPromoNoRestrictions {
if (@available(iOS 15, *)) {
// TODO(crbug.com/1240313): Re-enable for iOS 15.
EARL_GREY_TEST_DISABLED(@"Disabled on iOS 15.");
}

// Create the config to relaunch Chrome.
AppLaunchConfiguration config = AppConfigurationForRelaunch();
config.features_disabled.push_back(switches::kMinorModeSupport);
Expand Down

0 comments on commit 08bd4ee

Please sign in to comment.