This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a75ae7250dd439d3e7f780ccd31ca8cbba1ad78a Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Thu Jul 20 08:46:11 2023 +0200 enabled ssh --- integration-tests/ssh/pom.xml | 5 ++--- .../test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml index 53e93384da..74bd48388f 100644 --- a/integration-tests/ssh/pom.xml +++ b/integration-tests/ssh/pom.xml @@ -71,8 +71,7 @@ <profiles> - <!--temporarily disabled because of https://github.com/apache/camel-quarkus/issues/5092--> - <!--<profile> + <profile> <id>native</id> <activation> <property> @@ -98,7 +97,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 9cf3c3f78c..4681ee0a94 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,7 +20,6 @@ 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; @@ -30,7 +29,6 @@ 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