Disable crashy SSLUITest.TestRedirectHTTPToGoodHTTPS

TBR=jcivelli

BUG=70216
TEST=browser_tests
Review URL: http://codereview.chromium.org/6361006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71927 0039d316-1c4b-4281-b951-d872f2087c98
parent 262d2808
......@@ -802,7 +802,8 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, FLAKY_TestRedirectGoodToBadHTTPS) {
}
// Visit a page over http that is a redirect to a page with good HTTPS.
IN_PROC_BROWSER_TEST_F(SSLUITest, TestRedirectHTTPToGoodHTTPS) {
// Disabled, http://crbug.com/70216.
IN_PROC_BROWSER_TEST_F(SSLUITest, DISABLED_TestRedirectHTTPToGoodHTTPS) {
ASSERT_TRUE(test_server()->Start());
ASSERT_TRUE(https_server_.Start());
......
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