Index: chrome/browser/ui/login/login_prompt_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/login/login_prompt_browsertest.cc (revision 72448) |
+++ chrome/browser/ui/login/login_prompt_browsertest.cc (working copy) |
@@ -271,7 +271,13 @@ |
// Similar to the MultipleRealmCancellation test above, but tests |
// whether supplying credentials work as exepcted. |
-IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, MultipleRealmConfirmation) { |
+#if defined(OS_WIN) |
+// See http://crbug.com/70960 |
+#define MAYBE_MultipleRealmConfirmation DISABLED_MultipleRealmConfirmation |
+#else |
+#define MAYBE_MultipleRealmConfirmation MultipleRealmConfirmation |
+#endif |
+IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, MAYBE_MultipleRealmConfirmation) { |
ASSERT_TRUE(test_server()->Start()); |
GURL test_page = test_server()->GetURL(kMultiRealmTestPage); |