Skip to content

Commit

Permalink
Disable flaky MultiProfileFileMangerBrowserTest.MaxUser.
Browse files Browse the repository at this point in the history
BUG=none
TBR=kinaba@chromium.org

Review URL: https://codereview.chromium.org/196343026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257592 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kinaba@google.com committed Mar 18, 2014
1 parent 2959ee2 commit d75d143
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,12 +1028,15 @@ IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, VisitDesktopMenu) {
StartTest();
}

IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, PRE_MaxUser) {
// TODO(kinaba): investigate the flakiness.
IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest,
DISABLED_PRE_MaxUser) {
AddAllUsers();
AddExtraUsersForStressTesting();
}

IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, MaxUser) {
IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest,
DISABLED_MaxUser) {
// Run the same test as VisitDesktopMenu with maximum number of users logged
// in and checks that nothing goes wrong. Here, the primary user (alice) logs
// in first, then the "extra" users follow, and then lastly the other users
Expand Down

0 comments on commit d75d143

Please sign in to comment.