diff --git a/integrationtest/wildfly/pom.xml b/integrationtest/wildfly/pom.xml
index c64a417152..1408c84c7b 100644
--- a/integrationtest/wildfly/pom.xml
+++ b/integrationtest/wildfly/pom.xml
@@ -28,6 +28,7 @@
../..
false
+ false
@@ -179,6 +180,7 @@
verify
+ ${skip.failsafe.execution}
wildfly-current
@@ -258,5 +260,29 @@
--add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
+
+ testWithJdk24
+
+
+ java-version.test.release
+ 24
+
+
+
+ true
+
+
+
+ testWithJdk25
+
+
+ java-version.test.release
+ 25
+
+
+
+ true
+
+