diff --git a/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/SecureURLResourceRetrieverTest.java b/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/SecureURLResourceRetrieverTest.java index c774386f9b77..cac3f8f99aa1 100644 --- a/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/SecureURLResourceRetrieverTest.java +++ b/ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/SecureURLResourceRetrieverTest.java @@ -22,6 +22,7 @@ import static junit.framework.TestCase.assertFalse; import static junit.framework.TestCase.assertTrue; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.netbeans.junit.MockServices; import org.openide.util.Lookup; @@ -77,6 +78,7 @@ public void shouldAskForSelfSignedCertificate() throws Exception { } @Test + @Ignore("Client certificate expired and administrator of badssl.com has not issued updated certificates") public void shouldUseKeyStoreFromSystemProperties() throws Exception { System.setProperty("javax.net.debug", "ssl,keystore"); System.setProperty("javax.net.ssl.keyStore", SecureURLResourceRetrieverTest.class.getResource("badssl.com-client.p12").getPath());