Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit e3f1a65

Browse files
Merge pull request #66 from Venafi/fix_for_issue_63
Re-enabling the createAndGetPolicyForDigicert() test
2 parents 0db146c + 161ff67 commit e3f1a65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/com/venafi/vcert/sdk/connectors/cloud/CloudConnectorAT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.bouncycastle.pkcs.PKCS10CertificationRequest;
2929
import org.bouncycastle.util.Strings;
3030
import org.junit.jupiter.api.BeforeEach;
31-
import org.junit.jupiter.api.Disabled;
3231
import org.junit.jupiter.api.DisplayName;
3332
import org.junit.jupiter.api.Test;
3433
import org.slf4j.Logger;
@@ -335,8 +334,7 @@ public void createAndGetPolicyForEntrust() throws VCertException {
335334

336335
assertEquals(policySpecification, policySpecificationReturned);
337336
}
338-
339-
@Disabled("Ignoring it given that the Digicert CA for testing expired.")
337+
340338
@Test
341339
@DisplayName("Cloud - Testing the setPolicy() and getPolicy() methods for Digicert CA")
342340
public void createAndGetPolicyForDigicert() throws VCertException {

0 commit comments

Comments
 (0)