Skip to content

Commit

Permalink
Temporarily disable Camel FTP & SSH tests due to apache/camel-quarkus…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 19, 2023
1 parent 70ec721 commit 1478a19
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 354 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<module>camel-quarkus-integration-test-fop</module>
<module>camel-quarkus-integration-test-foundation-grouped</module>
<module>camel-quarkus-integration-test-freemarker</module>
<module>camel-quarkus-integration-test-ftp</module>
<module>camel-quarkus-integration-test-geocoder</module>
<module>camel-quarkus-integration-test-git</module>
<module>camel-quarkus-integration-test-github</module>
Expand Down Expand Up @@ -170,7 +169,6 @@
<module>camel-quarkus-integration-test-splunk</module>
<module>camel-quarkus-integration-test-spring-rabbitmq</module>
<module>camel-quarkus-integration-test-sql</module>
<module>camel-quarkus-integration-test-ssh</module>
<module>camel-quarkus-integration-test-stax</module>
<module>camel-quarkus-integration-test-stringtemplate</module>
<module>camel-quarkus-integration-test-swift</module>
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,16 @@
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-micrometer:${camel-quarkus-test-list.version}</artifact>
</test>
<test>
<!-- https://github.com/apache/camel-quarkus/issues/5092 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-ftp:${camel-quarkus-test-list.version}</artifact>
</test>
<test>
<!-- https://github.com/apache/camel-quarkus/issues/5092 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-ssh:${camel-quarkus-test-list.version}</artifact>
</test>
</tests>
</member>
<!-- <member>
Expand Down

0 comments on commit 1478a19

Please sign in to comment.