Commit 9e584da1 authored by jochen@chromium.org's avatar jochen@chromium.org

Reenable CaptivePortalTest.TwoBrokenTabs

BUG=141497
TEST=test works again


Review URL: https://chromiumcodereview.appspot.com/10855074

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150817 0039d316-1c4b-4281-b951-d872f2087c98
parent 0c5169a7
...@@ -1602,13 +1602,7 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, CloseLoginTab) { ...@@ -1602,13 +1602,7 @@ 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.
// Disabled: http://crbug.com/141497 IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, TwoBrokenTabs) {
#if defined(OS_MACOSX)
#define MAYBE_TwoBrokenTabs DISABLED_TwoBrokenTabs
#else
#define MAYBE_TwoBrokenTabs TwoBrokenTabs
#endif
IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, MAYBE_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