mirror of https://github.com/apache/openjpa.git
allow running full builds w/o running o-p-locking tests
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
184cb41619
commit
08cf015207
|
@ -50,6 +50,8 @@
|
|||
anything else allows the test to execute normally
|
||||
-->
|
||||
<tests.openjpa.allowfailure>ignore</tests.openjpa.allowfailure>
|
||||
<!-- set this =** on cmdline to skip all tests -->
|
||||
<surefire.excludes.locking />
|
||||
</properties>
|
||||
<profiles>
|
||||
|
||||
|
@ -73,6 +75,9 @@
|
|||
<includes>
|
||||
<include>org/apache/openjpa/persistence/enhance/DynamicEnhancementSuite.java</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>${surefire.excludes.locking}</exclude>
|
||||
</excludes>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>openjpa.Log</name>
|
||||
|
@ -752,6 +757,7 @@
|
|||
exclude classes that end with 'Test'; these are not test cases per OpenJPA standards
|
||||
-->
|
||||
<exclude>org/apache/openjpa/**/*Test.java</exclude>
|
||||
<exclude>${surefire.excludes.locking}</exclude>
|
||||
</excludes>
|
||||
<systemProperties>
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue