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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c1c3b9  Skip tests which we cant always verify
4c1c3b9 is described below

commit 4c1c3b9ac5061013fb66526d5a64297cc8229e44
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 13 06:12:41 2020 +0100

    Skip tests which we cant always verify
---
 .../java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
index 6816769..461dd7b 100644
--- 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
+++ 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
@@ -63,6 +63,7 @@ import javax.xml.xpath.XPathExpression;
 import javax.xml.xpath.XPathExpressionException;
 import javax.xml.xpath.XPathFactory;
 
+import org.junit.Ignore;
 import org.w3c.dom.Attr;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
@@ -730,6 +731,7 @@ public class XmlSignatureTest extends CamelTestSupport {
         assertMockEndpointsSatisfied();
     }
 
+    @Ignore("Not all JDKs have provider to verify this key")
     @Test
     public void testVerifySignatureInvalidValueException() throws Exception {
         MockEndpoint mock = setupExceptionMock();

Reply via email to