Skip to content

Commit

Permalink
Reenable OptaPlanner test fixed in 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 3, 2022
1 parent d7828dd commit 9b307f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</parent>
<artifactId>optaplanner-quarkus-drl-integration-test</artifactId>
<name>Quarkus Platform - OptaPlanner - Integration Tests - optaplanner-quarkus-drl-integration-test</name>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<dependencies>
<dependency>
<groupId>org.optaplanner</groupId>
Expand Down Expand Up @@ -136,7 +133,6 @@
<goal>build</goal>
</goals>
<configuration>
<skip>true</skip>
<appArtifact>org.optaplanner:optaplanner-quarkus-drl-integration-test:${optaplanner-quarkus.version}</appArtifact>
</configuration>
</execution>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@
<artifact>org.optaplanner:optaplanner-quarkus-integration-test:${optaplanner-quarkus.version}</artifact>
</test>
<test>
<!-- TODO: remove the skip with upgrade to OptaPlanner 8.14.0.Final. -->
<skip>true</skip>
<artifact>org.optaplanner:optaplanner-quarkus-drl-integration-test:${optaplanner-quarkus.version}</artifact>
</test>
<test>
Expand Down

0 comments on commit 9b307f6

Please sign in to comment.