You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/02/25 16:33:16 UTC

svn commit: r1074579 - /openjpa/trunk/openjpa-slice/pom.xml

Author: mikedd
Date: Fri Feb 25 15:33:16 2011
New Revision: 1074579

URL: http://svn.apache.org/viewvc?rev=1074579&view=rev
Log:
OPENJPA-1952: Excluding multithreaded test which causes intermittent build failures

Modified:
    openjpa/trunk/openjpa-slice/pom.xml

Modified: openjpa/trunk/openjpa-slice/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-slice/pom.xml?rev=1074579&r1=1074578&r2=1074579&view=diff
==============================================================================
--- openjpa/trunk/openjpa-slice/pom.xml (original)
+++ openjpa/trunk/openjpa-slice/pom.xml Fri Feb 25 15:33:16 2011
@@ -131,6 +131,9 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>${test.jvm.arguments}</argLine>
+                    <excludes>
+                        <exclude>**/TestQueryMultiThreaded.java</exclude>
+                    </excludes>
                     <systemProperties>
                         <property>
                             <name>openjpa.Log</name>