0

[iOS] Disable SeparateProfilesFRETestCase/testSignInWithManagedAccount

This test fails on simulator.

Bug: 390383517
Change-Id: Id4ba7f06e87b30b25b3df29aa61fb624d8a34373
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6176979
Auto-Submit: Jérôme Lebel <jlebel@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Reviewed-by: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1407290}
This commit is contained in:
Jérôme Lebel
2025-01-16 06:50:50 -08:00
committed by Chromium LUCI CQ
parent 91180a6196
commit 1e8cc29bec

@ -242,6 +242,12 @@ id<GREYMatcher> PromoDeclineButtonMatcher() {
// Tests signing in with a managed account during the FRE. This should convert
// the existing profile to a managed profile.
// TODO(crbug.com/390383517): Fails on simulator.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testSignInWithManagedAccount FLAKY_testSignInWithManagedAccount
#else
#define MAYBE_testSignInWithManagedAccount testSignInWithManagedAccount
#endif
- (void)testSignInWithManagedAccount {
FakeSystemIdentity* const managedIdentity =
[FakeSystemIdentity fakeManagedIdentity];