You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/03/31 11:05:07 UTC

svn commit: r390375 - /incubator/activemq/trunk/activemq-core/project.xml

Author: jstrachan
Date: Fri Mar 31 01:05:05 2006
New Revision: 390375

URL: http://svn.apache.org/viewcvs?rev=390375&view=rev
Log:
disabled rendezvous test by default as it fails on some OS'es

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

Modified: incubator/activemq/trunk/activemq-core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/project.xml?rev=390375&r1=390374&r2=390375&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/project.xml (original)
+++ incubator/activemq/trunk/activemq-core/project.xml Fri Mar 31 01:05:05 2006
@@ -341,6 +341,9 @@
                 <!-- These are performance tests so take too long to run -->
                 <exclude>**/perf/*</exclude>
 
+                <!-- these tests don't always work when rendezvous can't work on the OSS -->
+                <exclude>**/RendezvousDiscoverTransportTest.*</exclude>
+
                 <!-- This test currently fails -->
                 <exclude>**/ItStillMarshallsTheSameTest.*</exclude>