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 569c072 Skip tests as iota requires TLS to work against that online server. 569c072 is described below commit 569c072780c363ae802b404dad92546951b58608 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 21 16:35:51 2021 +0200 Skip tests as iota requires TLS to work against that online server. --- .../src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java b/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java index aff369c..6f979c4 100644 --- a/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java +++ b/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java @@ -29,6 +29,7 @@ import org.slf4j.LoggerFactory; // Doesn't work on AIX and HP-UX @DisabledOnOs({ OS.AIX, OS.OTHER }) +@Disabled("TODO: requires TLS to work") public class IOTAProducerTest extends CamelTestSupport { private static final String SEED = "IHDEENZYITYVYSPKAURUZAQKGVJEREFDJMYTANNXXGPZ9GJWTEOJJ9IPMXOGZNQLSNMFDSQOTZAEETUEA";