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

Unified Diff: chrome/browser/chromeos/policy/policy_cert_verifier_unittest.cc

Issue 407073010: Disable all the tests that are flaking more than 5% on ChromeOS builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments 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
Index: chrome/browser/chromeos/policy/policy_cert_verifier_unittest.cc
diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier_unittest.cc b/chrome/browser/chromeos/policy/policy_cert_verifier_unittest.cc
index bcb5057602f9f695681bb1518ac4d62f00eb92b8..23380a4ddbd01d2689552b790e5a4d0f4f4e4619 100644
--- a/chrome/browser/chromeos/policy/policy_cert_verifier_unittest.cc
+++ b/chrome/browser/chromeos/policy/policy_cert_verifier_unittest.cc
@@ -176,7 +176,8 @@ TEST_F(PolicyCertVerifierTest, VerifyTrustedCert) {
EXPECT_FALSE(WasTrustAnchorUsedAndReset());
}
-TEST_F(PolicyCertVerifierTest, VerifyUsingAdditionalTrustAnchor) {
+// http://crbug.com/396497
+TEST_F(PolicyCertVerifierTest, DISABLED_VerifyUsingAdditionalTrustAnchor) {
ASSERT_TRUE(SupportsAdditionalTrustAnchors());
// |test_server_cert_| is untrusted, so Verify() fails.

Powered by Google App Engine
This is Rietveld 408576698