| Index: chrome/browser/ssl/ssl_browser_tests.cc
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_browser_tests.cc (revision 44098)
|
| +++ chrome/browser/ssl/ssl_browser_tests.cc (working copy)
|
| @@ -632,7 +632,8 @@
|
| }
|
|
|
| // Visit a page over bad https that is a redirect to a page with good https.
|
| -IN_PROC_BROWSER_TEST_F(SSLUITest, TestRedirectBadToGoodHTTPS) {
|
| +// Marked as flaky, see bug 40932.
|
| +IN_PROC_BROWSER_TEST_F(SSLUITest, FLAKY_TestRedirectBadToGoodHTTPS) {
|
| scoped_refptr<HTTPSTestServer> good_https_server = GoodCertServer();
|
| ASSERT_TRUE(good_https_server.get() != NULL);
|
| scoped_refptr<HTTPSTestServer> bad_https_server = BadCertServer();
|
|
|