Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7762)

Unified Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 9439001: Disable flaking SSLUI tests (Closed)
Patch Set: Merged Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_browser_tests.cc
diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
index 913dafea96176b55c153e44f9e779c4add7e1dff..e710248fec83954143ba47d1aa88f5c2c8bed7d0 100644
--- a/chrome/browser/ssl/ssl_browser_tests.cc
+++ b/chrome/browser/ssl/ssl_browser_tests.cc
@@ -362,8 +362,9 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestHTTPSExpiredCertAndDontProceed) {
}
// Visits a page with https error and then goes back using Browser::GoBack.
+// See http://crbug.com/40932
wtc 2012/02/23 22:15:00 Please add "Disabled" to this comment. Otherwise
tpayne 2012/02/23 22:16:12 This CL was already landed by vandebo. Another CL
IN_PROC_BROWSER_TEST_F(SSLUITest,
- TestHTTPSExpiredCertAndGoBackViaButton) {
+ DISABLED_TestHTTPSExpiredCertAndGoBackViaButton) {
ASSERT_TRUE(test_server()->Start());
ASSERT_TRUE(https_server_expired_.Start());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698