You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/05/10 07:03:26 UTC

qpid-broker-j git commit: QPID-7665: Exclude AMQP 1.0 for cpp test suite

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master e56fef80b -> 0ae8c00e1


QPID-7665: Exclude AMQP 1.0 for cpp test suite


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/0ae8c00e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/0ae8c00e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/0ae8c00e

Branch: refs/heads/master
Commit: 0ae8c00e1b987761933b0aa5cff651183c1a87c4
Parents: e56fef8
Author: Keith Wall <kw...@apache.org>
Authored: Wed May 10 08:03:01 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Wed May 10 08:03:01 2017 +0100

----------------------------------------------------------------------
 test-profiles/CPPExcludes | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/0ae8c00e/test-profiles/CPPExcludes
----------------------------------------------------------------------
diff --git a/test-profiles/CPPExcludes b/test-profiles/CPPExcludes
index 172102a..aa5b06b 100755
--- a/test-profiles/CPPExcludes
+++ b/test-profiles/CPPExcludes
@@ -254,3 +254,6 @@ org.apache.qpid.systest.management.amqp.*
 
 # Exclude the JMS 2.0 test suite
 org.apache.qpid.systests.jms_2_0.*
+
+# Exclude the AMQP 1.0 protocol test suite
+org.apache.qpid.tests.protocol.v1_0.*


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