| Index: ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm b/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
|
| index 67df59d41c5e33bedaab0951022436c85928213b..e130c71e2619a5dfd6b1ab05735e7907228195d4 100644
|
| --- a/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
|
| +++ b/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
|
| @@ -369,7 +369,8 @@ - (void)testSignInDisconnectFromChromeManaged {
|
| // Tests that signing in, tapping the Settings link on the confirmation screen
|
| // and closing the Settings correctly leaves the user signed in without any
|
| // Settings shown.
|
| -- (void)testSignInOpenSettings {
|
| +// TODO(crbug.com/718023): Re-enable test.
|
| +- (void)testSignInOpenSettings_DISABLED {
|
| ChromeIdentity* identity = GetFakeIdentity1();
|
| ios::FakeChromeIdentityService::GetInstanceFromChromeProvider()->AddIdentity(
|
| identity);
|
|
|