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

Unified Diff: net/cert/ct_policy_enforcer_unittest.cc

Issue 2517673003: Disable CTPolicyEnforcerTest.ConformsToCTEVPolicyIfSCTBeforeEnforcementDate (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/cert/ct_policy_enforcer_unittest.cc
diff --git a/net/cert/ct_policy_enforcer_unittest.cc b/net/cert/ct_policy_enforcer_unittest.cc
index c4f595e0e459ef702fe65f85837369ce26e3154b..c55729220d520606759675e34666c6c8b9d83040 100644
--- a/net/cert/ct_policy_enforcer_unittest.cc
+++ b/net/cert/ct_policy_enforcer_unittest.cc
@@ -171,7 +171,15 @@ TEST_F(CTPolicyEnforcerTest,
chain_.get(), nullptr, scts, NetLogWithSource()));
}
-TEST_F(CTPolicyEnforcerTest, ConformsToCTEVPolicyIfSCTBeforeEnforcementDate) {
+#if defined(OS_ANDROID)
+#define MAYBE_ConformsToCTEVPolicyIfSCTBeforeEnforcementDate
+DISABLED_ConformsToCTEVPolicyIfSCTBeforeEnforcementDate
+#else
+#define MAYBE_ConformsToCTEVPolicyIfSCTBeforeEnforcementDate \
+ ConformsToCTEVPolicyIfSCTBeforeEnforcementDate
+#endif
+TEST_F(CTPolicyEnforcerTest,
+ MAYBE_ConformsToCTEVPolicyIfSCTBeforeEnforcementDate) {
ct::SCTList scts;
// |chain_| is valid for 10 years - over 121 months - so requires 5 SCTs.
// All 5 SCTs will be from non-Google logs.
« 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