| Index: chrome/browser/profiles/profile_window_browsertest.cc
|
| diff --git a/chrome/browser/profiles/profile_window_browsertest.cc b/chrome/browser/profiles/profile_window_browsertest.cc
|
| index bdb16e95caebb9240a060bc6641cb9f85e598cda..f722e54a30301c89114d182c3e47ac37072c8788 100644
|
| --- a/chrome/browser/profiles/profile_window_browsertest.cc
|
| +++ b/chrome/browser/profiles/profile_window_browsertest.cc
|
| @@ -268,8 +268,9 @@ IN_PROC_BROWSER_TEST_F(ProfileWindowWebUIBrowserTest,
|
| EXPECT_TRUE(RunJavascriptTest("testNoPodFocused"));
|
| }
|
|
|
| +// This test is flaky, see https://crbug.com/611619.
|
| IN_PROC_BROWSER_TEST_F(ProfileWindowWebUIBrowserTest,
|
| - UserManagerFocusMultipleProfiles) {
|
| + DISABLED_UserManagerFocusMultipleProfiles) {
|
| // The profile names are meant to sort differently by ICU collation and by
|
| // naive sorting. See crbug/596280.
|
| base::FilePath expected_path = CreateTestingProfile("#abc", "Profile 1");
|
|
|