diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml
index 7f82cc5c8..710fed223 100644
--- a/openjpa-persistence-locking/pom.xml
+++ b/openjpa-persistence-locking/pom.xml
@@ -50,6 +50,8 @@
anything else allows the test to execute normally
-->
ignore
+
+
@@ -73,6 +75,9 @@
org/apache/openjpa/persistence/enhance/DynamicEnhancementSuite.java
+
+ ${surefire.excludes.locking}
+
openjpa.Log
@@ -752,6 +757,7 @@
exclude classes that end with 'Test'; these are not test cases per OpenJPA standards
-->
org/apache/openjpa/**/*Test.java
+ ${surefire.excludes.locking}