Commit 3b7bd532 authored by cbentzel@chromium.org's avatar cbentzel@chromium.org

Re-enable LoginPromptBrowserTest.MultipleRealmConfirmation.

Ran with --gtest_repeat=500 and unable to get it to fail.

BUG=70960


Review URL: http://codereview.chromium.org/8581001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110493 0039d316-1c4b-4281-b951-d872f2087c98
parent a6824b43
......@@ -404,14 +404,7 @@ IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, MultipleRealmCancellation) {
// Similar to the MultipleRealmCancellation test above, but tests
// whether supplying credentials work as exepcted.
#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) {
IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, MultipleRealmConfirmation) {
ASSERT_TRUE(test_server()->Start());
GURL test_page = test_server()->GetURL(kMultiRealmTestPage);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment