diff --git a/integrationtest/mapper/orm-spring-uberjar/application/pom.xml b/integrationtest/mapper/orm-spring-uberjar/application/pom.xml
index 34a230d6cef..7c60273d43d 100644
--- a/integrationtest/mapper/orm-spring-uberjar/application/pom.xml
+++ b/integrationtest/mapper/orm-spring-uberjar/application/pom.xml
@@ -11,6 +11,10 @@
Hibernate Search ITs - Spring Repackaged JAR Application
+
+ ${failsafe.spring.skip}
+
+
org.hibernate.search
@@ -94,7 +98,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- ${failsafe.spring.skip}
+ ${test.lucene.skip}
${project.build.outputDirectory}
- ${skipITs}
+ false
${surefire.module}-${surefire.integration}-${surefire.environment}