| Index: chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
|
| index 23380a4ddbd01d2689552b790e5a4d0f4f4e4619..bcb5057602f9f695681bb1518ac4d62f00eb92b8 100644
|
| --- a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
|
| @@ -176,8 +176,7 @@ TEST_F(PolicyCertVerifierTest, VerifyTrustedCert) {
|
| EXPECT_FALSE(WasTrustAnchorUsedAndReset());
|
| }
|
|
|
| -// http://crbug.com/396497
|
| -TEST_F(PolicyCertVerifierTest, DISABLED_VerifyUsingAdditionalTrustAnchor) {
|
| +TEST_F(PolicyCertVerifierTest, VerifyUsingAdditionalTrustAnchor) {
|
| ASSERT_TRUE(SupportsAdditionalTrustAnchors());
|
|
|
| // |test_server_cert_| is untrusted, so Verify() fails.
|
|
|