Skip to content

Commit

Permalink
Temporarily disabled tests + ntive for ssh, see apache#5092
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek authored and jamesnetherton committed Jul 19, 2023
1 parent ef70d67 commit 77753e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-tests/ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@


<profiles>
<profile>
<!--temporarily disabled because of https://github.com/apache/camel-quarkus/issues/5092-->
<!--<profile>
<id>native</id>
<activation>
<property>
Expand All @@ -97,7 +98,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile>-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
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;
Expand All @@ -29,6 +30,7 @@
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
Expand Down

0 comments on commit 77753e6

Please sign in to comment.