Chromium Code Reviews| Index: chrome/browser/ui/login/login_prompt_browsertest.cc |
| =================================================================== |
| --- chrome/browser/ui/login/login_prompt_browsertest.cc (revision 70604) |
| +++ chrome/browser/ui/login/login_prompt_browsertest.cc (working copy) |
| @@ -276,7 +276,8 @@ |
| // Testing for recovery from an incorrect password for the case where |
| // there are multiple authenticated resources. |
| -IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, IncorrectConfirmation) { |
| +// Marked as flaky. See crbug.com/68860. |
|
vandebo (ex-Chrome)
2011/01/07 21:55:45
nit: I would make this "...See http://crbug.com/68
Jeff Timanus
2011/01/07 22:04:11
Done.
|
| +IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, FLAKY_IncorrectConfirmation) { |
| ASSERT_TRUE(test_server()->Start()); |
| GURL test_page = test_server()->GetURL(kSingleRealmTestPage); |