diff options
-rw-r--r-- | qpid/java/010ExcludeList | 3 | ||||
-rw-r--r-- | qpid/java/010ExcludeList-store | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index 048deb7e2c..813d4ada35 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -61,4 +61,5 @@ org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtual org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges // 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection - +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue diff --git a/qpid/java/010ExcludeList-store b/qpid/java/010ExcludeList-store index 47ba87589e..238dadd95e 100644 --- a/qpid/java/010ExcludeList-store +++ b/qpid/java/010ExcludeList-store @@ -53,4 +53,4 @@ org.apache.qpid.server.queue.PriorityTest org.apache.qpid.test.client.FlowControlTest // The default cpp.testprofile does not start the cpp broker with authentication so this test will fail. org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection - +// c++ broker doesn't do selectors, so this will fail org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue |