This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
src/test/java/com/venafi/vcert/sdk/connectors/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828import org .bouncycastle .pkcs .PKCS10CertificationRequest ;
2929import org .bouncycastle .util .Strings ;
3030import org .junit .jupiter .api .BeforeEach ;
31- import org .junit .jupiter .api .Disabled ;
3231import org .junit .jupiter .api .DisplayName ;
3332import org .junit .jupiter .api .Test ;
3433import 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 {
You can’t perform that action at this time.
0 commit comments