Commit 0b701674 authored by mmenke@chromium.org's avatar mmenke@chromium.org

Disable CaptivePortalBrowserTest.TwoBrokenTabs on all platforms,

due to fame navigation flakiness.

TBR=jochen@chromium.org 
BUG=141497
Review URL: https://chromiumcodereview.appspot.com/10827258

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150892 0039d316-1c4b-4281-b951-d872f2087c98
parent 772a5b29
...@@ -1602,7 +1602,8 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, CloseLoginTab) { ...@@ -1602,7 +1602,8 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, CloseLoginTab) {
// Checks that two tabs with SSL timeouts in the same window work. Both // Checks that two tabs with SSL timeouts in the same window work. Both
// tabs only timeout after logging in. // 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); SlowLoadBehindCaptivePortal(browser(), true);
// Can't set the TabReloader HTTPS timeout on a new tab without doing some // Can't set the TabReloader HTTPS timeout on a new tab without doing some
......
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