Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm

Issue 2715403003: Re-enable testSignInSwitchAccountsAndImportData on devices. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0aff21ea456d91cfa2e6bf5498d06cd181072d79..0b2b45df78b5ed2736efdfbcadeafc258df4f56b 100644
--- a/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
+++ b/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
@@ -201,15 +201,7 @@ void AssertAuthenticatedIdentityInActiveProfile(ChromeIdentity* identity) {
// Tests signing in with one account, switching sync account to a second and
// choosing to import the browsing data during the switch.
-// TODO(crbug.com/681130): Re-enable this test on device.
-#if TARGET_IPHONE_SIMULATOR
-#define MAYBE_testSignInSwitchAccountsAndImportData \
- testSignInSwitchAccountsAndImportData
-#else
-#define MAYBE_testSignInSwitchAccountsAndImportData \
- FLAKY_testSignInSwitchAccountsAndImportData
-#endif
-- (void)MAYBE_testSignInSwitchAccountsAndImportData {
+- (void)testSignInSwitchAccountsAndImportData {
// Set up the fake identities.
ios::FakeChromeIdentityService* identity_service =
ios::FakeChromeIdentityService::GetInstanceFromChromeProvider();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698