This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 885f2f7c3a0844c95c7524a20820262518fbe870 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Fri Jul 14 11:41:06 2023 +0200 Temporrily disabled tests + ntive for ssh, see https://github.com/apache/camel-quarkus/issues/5092 --- integration-tests/ssh/pom.xml | 5 +++-- .../test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml index 74bd48388f..53e93384da 100644 --- a/integration-tests/ssh/pom.xml +++ b/integration-tests/ssh/pom.xml @@ -71,7 +71,8 @@ <profiles> - <profile> + <!--temporarily disabled because of https://github.com/apache/camel-quarkus/issues/5092--> + <!--<profile> <id>native</id> <activation> <property> @@ -97,7 +98,7 @@ </plugin> </plugins> </build> - </profile> + </profile>--> <profile> <id>virtualDependencies</id> <activation> diff --git a/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java b/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java index 4681ee0a94..9cf3c3f78c 100644 --- a/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java +++ b/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java @@ -20,6 +20,7 @@ import io.quarkus.test.common.QuarkusTestResource; import io.quarkus.test.junit.QuarkusTest; import io.restassured.RestAssured; import io.restassured.http.ContentType; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; @@ -29,6 +30,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; class SshTest { @Test + @Disabled //temporarily disabled because of https://github.com/apache/camel-quarkus/issues/5092 public void testWriteToSSHAndReadFromSSH() { final String fileContent = "Hello Camel Quarkus SSH"; // Write a file to SSH session