You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2015/01/15 23:56:32 UTC

[2/5] qpid-jms git commit: exclude this test on mac as it trips the vert.x issue that hangs connect calls and stalls the tests every time.

exclude this test on mac as it trips the vert.x issue that hangs connect
calls and stalls the tests every time. 

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1326a6e1
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1326a6e1
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/1326a6e1

Branch: refs/heads/master
Commit: 1326a6e13ea44b6afff5291475dbdab21ca9900d
Parents: 0474b3a
Author: Timothy Bish <ta...@gmail.com>
Authored: Thu Jan 15 14:59:30 2015 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Thu Jan 15 14:59:30 2015 -0500

----------------------------------------------------------------------
 .../qpid-jms-activemq-tests/pom.xml             | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/1326a6e1/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index afb51e3..5324309 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -113,4 +113,26 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <profiles>
+    <profile>
+      <id>activemq.tests.hpux.excludes</id>
+      <activation>
+        <os>
+          <family>mac</family>
+        </os>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes combine.children="append">
+                <exclude>**/JmsConnectionInRandomBatchesTest.*</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org