[hornetq-commits] JBoss hornetq SVN: r11523 - trunk/tests/integration-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 12 09:13:43 EDT 2011


Author: ataylor
Date: 2011-10-12 09:13:43 -0400 (Wed, 12 Oct 2011)
New Revision: 11523

Modified:
   trunk/tests/integration-tests/pom.xml
Log:
commented out replication tests

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-10-12 09:40:51 UTC (rev 11522)
+++ trunk/tests/integration-tests/pom.xml	2011-10-12 13:13:43 UTC (rev 11523)
@@ -120,6 +120,8 @@
                   <!-- exclude some replication tests for now -->
                   <exclude>**/cluster/failover/Remote*.java</exclude>
                   <exclude>**/failover/remote/**.java</exclude>
+                  <exclude>**/Replicated*.java</exclude>
+                  <excluse>**/replication/**.java</excluse>
                </excludes>
                <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin</argLine>
             </configuration>



More information about the hornetq-commits mailing list