Skip to content

Commit

Permalink
Reenable camel-quarkus-integration-test-xml
Browse files Browse the repository at this point in the history
Individual tests are being ignored thanks to the XSL transformation.
  • Loading branch information
gsmet committed Nov 8, 2022
1 parent ad551f0 commit deaf759
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
</parent>
<artifactId>camel-quarkus-integration-test-xml</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-xml</name>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down Expand Up @@ -171,7 +168,6 @@
<goal>build</goal>
</goals>
<configuration>
<skip>true</skip>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-xml:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<module>camel-quarkus-integration-test-file</module>
<module>camel-quarkus-integration-test-debezium</module>
<module>camel-quarkus-integration-test-kudu</module>
<module>camel-quarkus-integration-test-xml</module>
<module>camel-quarkus-integration-test-activemq</module>
<module>camel-quarkus-integration-test-amqp</module>
<module>camel-quarkus-integration-test-arangodb</module>
Expand Down Expand Up @@ -184,6 +183,7 @@
<module>camel-quarkus-integration-test-vertx</module>
<module>camel-quarkus-integration-test-weather</module>
<module>camel-quarkus-integration-test-xchange</module>
<module>camel-quarkus-integration-test-xml</module>
<module>camel-quarkus-integration-test-xmlsecurity</module>
<module>camel-quarkus-integration-test-xpath</module>
<module>camel-quarkus-integration-test-xstream</module>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,6 @@
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-kudu:${camel-quarkus-test-list.version}</artifact>
</test>
<test>
<!-- Workaround flaky XML test : https://github.com/apache/camel-quarkus/issues/4258 -->
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-xml:${camel-quarkus-test-list.version}</artifact>
</test>
</tests>
</member>
<member>
Expand Down

0 comments on commit deaf759

Please sign in to comment.