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

Unified Diff: ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm

Issue 2462633002: Disabling flaky OverridableProceed test. (Closed)
Patch Set: Created 4 years, 2 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: ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm
diff --git a/ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm b/ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm
index 013d8ad9e4adce6c8be8cfd9417b63d698126efa..1e424fb3d6ce7858f74fb74cde66ac22e4847f0a 100644
--- a/ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm
+++ b/ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm
@@ -67,7 +67,8 @@ TEST_F(IOSSSLErrorHandlerTest, NonOverridable) {
}
// Tests proceed with overridable error.
-TEST_F(IOSSSLErrorHandlerTest, OverridableProceed) {
+// Flaky: http://crbug.com/660343.
+TEST_F(IOSSSLErrorHandlerTest, DISABLED_OverridableProceed) {
net::SSLInfo ssl_info;
ssl_info.cert = cert();
GURL url(kTestHostName);
« 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