You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/11/27 23:18:56 UTC

[netbeans] branch master updated: Deactivate broken xmlretriever test (client cert expired and a new one is not yet issued)

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f4019e  Deactivate broken xmlretriever test (client cert expired and a new one is not yet issued)
     new 25f3d12  Merge pull request #3339 from matthiasblaesing/broken_xmlretriever_test
8f4019e is described below

commit 8f4019ecd262c6c7776bf4844887c09a3394b903
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Sat Nov 27 18:13:35 2021 +0100

    Deactivate broken xmlretriever test (client cert expired and a new one is not yet issued)
---
 .../modules/xml/retriever/impl/SecureURLResourceRetrieverTest.java      | 2 ++
 1 file changed, 2 insertions(+)

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 c774386..cac3f8f 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 javax.net.ssl.SSLHandshakeException;
 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 class SecureURLResourceRetrieverTest {
     }
 
     @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());

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists