| Index: chrome/browser/ssl/ssl_browser_tests.cc
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_browser_tests.cc (revision 71594)
|
| +++ chrome/browser/ssl/ssl_browser_tests.cc (working copy)
|
| @@ -802,7 +802,8 @@
|
| }
|
|
|
| // 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());
|
|
|
|
|