From 6c1d2994c9472e09336d08a496d54332256dcc22 Mon Sep 17 00:00:00 2001 From: "mmenke@chromium.org" Date: Wed, 27 Jun 2012 19:30:32 +0000 Subject: Disable CaptivePortalBrowserTest.TwoWindows, as it's slightly flaky on all platforms. TBR=cbentzel@chromium.org BUG=134357 Review URL: https://chromiumcodereview.appspot.com/10697008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144515 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/captive_portal/captive_portal_browsertest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/browser/captive_portal/captive_portal_browsertest.cc b/chrome/browser/captive_portal/captive_portal_browsertest.cc index de6c359..0f44c53 100644 --- a/chrome/browser/captive_portal/captive_portal_browsertest.cc +++ b/chrome/browser/captive_portal/captive_portal_browsertest.cc @@ -1734,7 +1734,8 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, ReloadTimeout) { // Checks the case where there are two windows, and there's an SSL timeout in // the background one. -IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, TwoWindows) { +// Disabled: http://crbug.com/134357 +IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_TwoWindows) { Browser* browser2 = Browser::Create(browser()->profile()); // Navigate the new browser window so it'll be shown and we can pick the // active window. -- cgit v1.1