mirror of https://github.com/apache/openjpa.git
OPENJPA-2232 - Disable TestAudit temporarily until problem is resolved.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1366474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0abd271b3c
commit
a7b90fd9ed
|
@ -1059,6 +1059,8 @@
|
|||
<exclude>org/apache/openjpa/persistence/kernel/TestEJBTransactionalClass.java</exclude>
|
||||
<!-- Exclude JEST tests for now -->
|
||||
<exclude>org/apache/openjpa/persistence/jest/Test*.java</exclude>
|
||||
<!-- Exclude TestAudit OPENJPA-2232 -->
|
||||
<exclude>org/apache/openjpa/audit/TestAudit.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue