Skip to content

Commit

Permalink
Merge pull request #66 from Venafi/fix_for_issue_63
Browse files Browse the repository at this point in the history
Re-enabling the createAndGetPolicyForDigicert() test
  • Loading branch information
marcos-albornoz authored Oct 19, 2021
2 parents 0db146c + 161ff67 commit e3f1a65
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.bouncycastle.pkcs.PKCS10CertificationRequest;
import org.bouncycastle.util.Strings;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
Expand Down Expand Up @@ -335,8 +334,7 @@ public void createAndGetPolicyForEntrust() throws VCertException {

assertEquals(policySpecification, policySpecificationReturned);
}

@Disabled("Ignoring it given that the Digicert CA for testing expired.")

@Test
@DisplayName("Cloud - Testing the setPolicy() and getPolicy() methods for Digicert CA")
public void createAndGetPolicyForDigicert() throws VCertException {
Expand Down

0 comments on commit e3f1a65

Please sign in to comment.