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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 14 11:18:33 EST 2012


Author: ataylor
Date: 2012-02-14 11:18:32 -0500 (Tue, 14 Feb 2012)
New Revision: 12114

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

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2012-02-14 15:47:05 UTC (rev 12113)
+++ trunk/tests/integration-tests/pom.xml	2012-02-14 16:18:32 UTC (rev 12114)
@@ -112,6 +112,12 @@
                <excludes>
                   <exclude>**/ReplicatedJMSFailoverTest.java</exclude>
                   <exclude>org/hornetq/tests/util/*.java</exclude>
+                  <!-- 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>
+                  <exclude>**/*Replicated**.java</exclude>
                </excludes>
                <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>



More information about the hornetq-commits mailing list