Skip to content

Commit

Permalink
Temporarily disable debezium tests due to #5110
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 31, 2023
1 parent 975cb3b commit 75ae555
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/debezium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<!-- You are required to accept an EULA for SQL container image. We cannot do it by default for legal reasons. -->
<!-- See https://camel.apache.org/camel-quarkus/latest/extensions/debezium-sqlserver.html#_integration-testing for more details -->
<sqlserver.EULA>src/test/resources/container-license-acceptance.txt</sqlserver.EULA>

<!-- TODO: https://github.com/apache/camel-quarkus/issues/5110 -->
<skipTests>true</skipTests>
</properties>

<dependencies>
Expand Down Expand Up @@ -128,6 +131,7 @@


<profiles>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5110
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -155,6 +159,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>mysqlDriver</id>
<activation>
Expand Down

0 comments on commit 75ae555

Please sign in to comment.