Commit b5aaf37e authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

cocoa: disable UserManagerMacTest

There's a subtle lifetime issue exposed by this test. See the linked bug for
more details.

Bug: 810139
Change-Id: If04cc1573c7983ab62627770ea96c7a5ef6a56cb
Reviewed-on: https://chromium-review.googlesource.com/919463Reviewed-by: default avatarLeonard Grey <lgrey@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536756}
parent 0edfddf2
...@@ -43,7 +43,8 @@ class UserManagerMacTest : public BrowserWithTestWindowTest { ...@@ -43,7 +43,8 @@ class UserManagerMacTest : public BrowserWithTestWindowTest {
DISALLOW_COPY_AND_ASSIGN(UserManagerMacTest); DISALLOW_COPY_AND_ASSIGN(UserManagerMacTest);
}; };
TEST_F(UserManagerMacTest, ShowUserManager) { // Disabled for https://crbug.com/810139
TEST_F(UserManagerMacTest, DISABLED_ShowUserManager) {
// Set the ProfileLastUsed pref so that SetActiveProfileToGuestIfLocked() uses // Set the ProfileLastUsed pref so that SetActiveProfileToGuestIfLocked() uses
// a last active profile that's in the ProfileAttributesStorage, not default. // a last active profile that's in the ProfileAttributesStorage, not default.
g_browser_process->local_state()->SetString( g_browser_process->local_state()->SetString(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment