Index: chrome/browser/captive_portal/captive_portal_browsertest.cc |
=================================================================== |
--- chrome/browser/captive_portal/captive_portal_browsertest.cc (revision 150147) |
+++ chrome/browser/captive_portal/captive_portal_browsertest.cc (working copy) |
@@ -1602,7 +1602,8 @@ |
// Checks that two tabs with SSL timeouts in the same window work. Both |
// tabs only timeout after logging in. |
-IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, TwoBrokenTabs) { |
+// Disabled due to frame navigation flakiness: See http://crbug.com/141497. |
+IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_TwoBrokenTabs) { |
SlowLoadBehindCaptivePortal(browser(), true); |
// Can't set the TabReloader HTTPS timeout on a new tab without doing some |