JAVA-23897 | re enabling test
This commit is contained in:
parent
98d959f33a
commit
d5ebd8105d
|
@ -28,9 +28,6 @@ import static org.junit.Assert.assertFalse;
|
||||||
import static org.junit.Assert.assertNotNull;
|
import static org.junit.Assert.assertNotNull;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
|
|
||||||
@Disabled //fixing in https://team.baeldung.com/browse/JAVA-23897
|
|
||||||
public class CertificatesUnitTest {
|
public class CertificatesUnitTest {
|
||||||
|
|
||||||
private static final String GODADDY_CA_ALIAS = "godaddyrootg2ca [jdk]";
|
private static final String GODADDY_CA_ALIAS = "godaddyrootg2ca [jdk]";
|
||||||
|
|
Loading…
Reference in New Issue