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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8605a35  Disable test in camel-any23 as the service is not online
8605a35 is described below

commit 8605a3570ffb9cbe06c1108cd186f4bd2089635d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Sep 28 08:47:48 2021 +0200

    Disable test in camel-any23 as the service is not online
---
 .../java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
 
b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
index 2938bf0..028862e 100644
--- 
a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
+++ 
b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
@@ -24,10 +24,12 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.eclipse.rdf4j.model.Model;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
+@Disabled("http://live.dbpedia.org/page/Ecuador is not online")
 public class Any23DataFormatHTTPTest extends CamelTestSupport {
 
     private final String baseURI = "http://mock.foo/bar";;

Reply via email to