summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-08-04 12:31:33 +0000
committerRobert Gemmell <robbie@apache.org>2011-08-04 12:31:33 +0000
commit415632254fd1716f501d5b55b825f1eb1040eaf2 (patch)
treed67c6f8b56a9371a1fbab31408aeeb1225fbcbdb
parent2113e07e1c799bb8f50288dd4ca932b304ceedf1 (diff)
downloadqpid-python-415632254fd1716f501d5b55b825f1eb1040eaf2.tar.gz
QPID-3391: exclude failing test until functionality is implemented
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1153865 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index 6f6fb01421..89cdd792de 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/java/test-profiles/CPPExcludes
@@ -17,6 +17,9 @@
// under the License.
//
+// QPID-3391: the C++ broker does not currently validate the exchange creation arguments
+org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchangeWithNonsenseArgs
+
org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
org.apache.qpid.client.ResetMessageListenerTest#*
@@ -176,4 +179,3 @@ org.apache.qpid.server.management.AMQUserManagementMBeanTest#*
// QPID-3133: On 0-10, the exception listener is currently not invoked when reconnection fails to occurs.
org.apache.qpid.server.failover.FailoverMethodTest#*
-