You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2006/12/22 22:22:43 UTC

svn commit: r489769 - /incubator/activemq/trunk/activemq-core/pom.xml

Author: rajdavies
Date: Fri Dec 22 13:22:42 2006
New Revision: 489769

URL: http://svn.apache.org/viewvc?view=rev&rev=489769
Log:
exclude QuickJournalXARecoveryBrokerTest

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?view=diff&rev=489769&r1=489768&r2=489769
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Fri Dec 22 13:22:42 2006
@@ -216,6 +216,7 @@
 
             <!-- this one is a little flaky and can fail on some platforms randomly -->
             <exclude>**/QuickJournalRecoveryBrokerTest.*</exclude>
+            <exclude>**/QuickJournalXARecoveryBrokerTest.*</exclude>
             <exclude>**/RendezvousDiscoverTransportTest.*</exclude>
 
             <!-- UDP related tests someimes fail on some platforms -->