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:
Albert Lee 2012-07-27 18:09:26 +00:00
parent 0abd271b3c
commit a7b90fd9ed
1 changed files with 2 additions and 0 deletions

View File

@ -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>