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

Unified Diff: chrome/browser/profiles/profile_window_browsertest.cc

Issue 1972123003: Disable ProfileWindowWebUIBrowserTest.UserManagerFocusMultipleProfiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: 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");
« 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