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
|
anything else allows the test to execute normally
|
||||||
-->
|
-->
|
||||||
<tests.openjpa.allowfailure>ignore</tests.openjpa.allowfailure>
|
<tests.openjpa.allowfailure>ignore</tests.openjpa.allowfailure>
|
||||||
|
<!-- set this =** on cmdline to skip all tests -->
|
||||||
|
<surefire.excludes.locking />
|
||||||
</properties>
|
</properties>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
||||||
|
@ -73,6 +75,9 @@
|
||||||
<includes>
|
<includes>
|
||||||
<include>org/apache/openjpa/persistence/enhance/DynamicEnhancementSuite.java</include>
|
<include>org/apache/openjpa/persistence/enhance/DynamicEnhancementSuite.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<exclude>${surefire.excludes.locking}</exclude>
|
||||||
|
</excludes>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
<name>openjpa.Log</name>
|
<name>openjpa.Log</name>
|
||||||
|
@ -752,6 +757,7 @@
|
||||||
exclude classes that end with 'Test'; these are not test cases per OpenJPA standards
|
exclude classes that end with 'Test'; these are not test cases per OpenJPA standards
|
||||||
-->
|
-->
|
||||||
<exclude>org/apache/openjpa/**/*Test.java</exclude>
|
<exclude>org/apache/openjpa/**/*Test.java</exclude>
|
||||||
|
<exclude>${surefire.excludes.locking}</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue