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

Unified Diff: net/http/transport_security_state_unittest.cc

Issue 2527723002: Disable flaky TransportSecurityStateTest.BuiltinCertPins on Android. (Closed)
Patch Set: Created 4 years, 1 month 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/http/transport_security_state_unittest.cc
diff --git a/net/http/transport_security_state_unittest.cc b/net/http/transport_security_state_unittest.cc
index fcd2a16aac14e2d59c061c77d050da1e83fda2b2..db5be28e71f495aa38fe669f7094c35251e51ec5 100644
--- a/net/http/transport_security_state_unittest.cc
+++ b/net/http/transport_security_state_unittest.cc
@@ -1235,7 +1235,12 @@ TEST_F(TransportSecurityStateTest, LongNames) {
EXPECT_FALSE(state.GetDynamicPKPState(kLongName, &pkp_state));
}
-TEST_F(TransportSecurityStateTest, BuiltinCertPins) {
+#if defined(OS_ANDROID)
+#define MAYBE_BuiltinCertPins DISABLED_BuiltinCertPins
+#else
+#define MAYBE_BuiltinCertPins BuiltinCertPins
+#endif
+TEST_F(TransportSecurityStateTest, MAYBE_BuiltinCertPins) {
TransportSecurityState state;
EnableStaticPins(&state);
TransportSecurityState::STSState sts_state;
« 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