Skip to content

Commit b14c620

Browse files
committed
HV-2075 Don't skip integration tests for JDK24/25
reverts 252c474
1 parent 754a87d commit b14c620

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

integrationtest/wildfly/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
<hibernate-validator-parent.path>../..</hibernate-validator-parent.path>
3030
<skip.wildfly.integration.test.hibernate.validator>false</skip.wildfly.integration.test.hibernate.validator>
31-
<skip.failsafe.execution>false</skip.failsafe.execution>
3231
</properties>
3332

3433
<dependencies>
@@ -180,7 +179,6 @@
180179
<goal>verify</goal>
181180
</goals>
182181
<configuration>
183-
<skip>${skip.failsafe.execution}</skip>
184182
<systemPropertyVariables>
185183
<arquillian.launch>wildfly-current</arquillian.launch>
186184
</systemPropertyVariables>
@@ -260,29 +258,5 @@
260258
<surefire.jvm.args.add-opens>--add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED</surefire.jvm.args.add-opens>
261259
</properties>
262260
</profile>
263-
<profile>
264-
<id>testWithJdk24</id>
265-
<activation>
266-
<property>
267-
<name>java-version.test.release</name>
268-
<value>24</value>
269-
</property>
270-
</activation>
271-
<properties>
272-
<skip.failsafe.execution>true</skip.failsafe.execution>
273-
</properties>
274-
</profile>
275-
<profile>
276-
<id>testWithJdk25</id>
277-
<activation>
278-
<property>
279-
<name>java-version.test.release</name>
280-
<value>25</value>
281-
</property>
282-
</activation>
283-
<properties>
284-
<skip.failsafe.execution>true</skip.failsafe.execution>
285-
</properties>
286-
</profile>
287261
</profiles>
288262
</project>

0 commit comments

Comments
 (0)