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

Commit cb39071

Browse files
Disabling the createAndGetPolicyForDigicert() temporally
1 parent 8851309 commit cb39071

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
import org.bouncycastle.openssl.PEMParser;
2828
import org.bouncycastle.pkcs.PKCS10CertificationRequest;
2929
import org.bouncycastle.util.Strings;
30+
import org.junit.Ignore;
3031
import org.junit.jupiter.api.BeforeEach;
32+
import org.junit.jupiter.api.Disabled;
3133
import org.junit.jupiter.api.DisplayName;
3234
import org.junit.jupiter.api.Test;
3335
import org.slf4j.Logger;
@@ -335,6 +337,7 @@ public void createAndGetPolicyForEntrust() throws VCertException {
335337
assertEquals(policySpecification, policySpecificationReturned);
336338
}
337339

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

0 commit comments

Comments
 (0)