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

Unified Diff: chromeos/network/network_connection_handler_unittest.cc

Issue 411043002: Disable NetworkConnectionHandlerTest.ConnectWithCertificateRequestedBeforeCertsAreLoaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: chromeos/network/network_connection_handler_unittest.cc
diff --git a/chromeos/network/network_connection_handler_unittest.cc b/chromeos/network/network_connection_handler_unittest.cc
index a615694c3de7b7ddf825dd4562f69da6f9e4e2ee..5dc9de31899bcf99fa0cf38338ce8c6b74e79ba1 100644
--- a/chromeos/network/network_connection_handler_unittest.cc
+++ b/chromeos/network/network_connection_handler_unittest.cc
@@ -370,8 +370,9 @@ TEST_F(NetworkConnectionHandlerTest, ConnectWithCertificateSuccess) {
EXPECT_EQ(kSuccessResult, GetResultAndReset());
}
+// Disabled, see http://crbug.com/396729.
TEST_F(NetworkConnectionHandlerTest,
- ConnectWithCertificateRequestedBeforeCertsAreLoaded) {
+ DISABLED_ConnectWithCertificateRequestedBeforeCertsAreLoaded) {
net::CertificateList certs;
ImportClientCertAndKey("websocket_client_cert.p12",
test_nssdb_.get(),
« 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