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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 549103002: HTTPSRequestTest.DisableECDSAOnXP seems flaky on XP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: net/url_request/url_request_unittest.cc
diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
index 60101dd0d0fd2c665a8202f6df739119d172ce6e..82cdf81d85c6e96a743fe2016f25b769f75c00b7 100644
--- a/net/url_request/url_request_unittest.cc
+++ b/net/url_request/url_request_unittest.cc
@@ -6949,7 +6949,8 @@ bool IsECDSACipherSuite(uint16_t cipher_suite) {
// Test that ECDSA is disabled on Windows XP, where ECDSA certificates cannot be
// verified.
-TEST_F(HTTPSRequestTest, DisableECDSAOnXP) {
+// Test seems flaky, see http://crbug.com/411827.
+TEST_F(HTTPSRequestTest, DISABLED_DisableECDSAOnXP) {
if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
LOG(INFO) << "Skipping test on this version.";
return;
« 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