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

Commit 0db146c

Browse files
Merge pull request #65 from Venafi/fix_for_issue_63
Disabling the createAndGetPolicyForDigicert() temporally
2 parents 0b25706 + 6a5d01a commit 0db146c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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;
3132
import org.junit.jupiter.api.DisplayName;
3233
import org.junit.jupiter.api.Test;
3334
import org.slf4j.Logger;
@@ -335,6 +336,7 @@ public void createAndGetPolicyForEntrust() throws VCertException {
335336
assertEquals(policySpecification, policySpecificationReturned);
336337
}
337338

339+
@Disabled("Ignoring it given that the Digicert CA for testing expired.")
338340
@Test
339341
@DisplayName("Cloud - Testing the setPolicy() and getPolicy() methods for Digicert CA")
340342
public void createAndGetPolicyForDigicert() throws VCertException {

0 commit comments

Comments
 (0)