You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2023/07/21 11:51:30 UTC

[camel-quarkus] 17/21: enabled ssh

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 72ddabb7914d62d2ad98483d45b0113460e23358
Author: JiriOndrusek <on...@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