diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-07-23 23:29:11 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-07-23 23:29:11 +0000 |
commit | 9ecb465fc6b817c725f4a0cff4a88bc361dc561a (patch) | |
tree | 1130b36fd17455cc86ca1a687f801e3c24d9c664 | |
parent | d1481d3ee54ab7f9c62a909a8e904f1b9308f4fc (diff) | |
download | qpid-python-9ecb465fc6b817c725f4a0cff4a88bc361dc561a.tar.gz |
excluded a known-failing test for durable subscriptions, the fix is on trunk and doesn't as yet need to be backported
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679232 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/08ExcludeList | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/08ExcludeList b/java/08ExcludeList index 1ca9279271..bd0d9a37e1 100644 --- a/java/08ExcludeList +++ b/java/08ExcludeList @@ -2,6 +2,7 @@ org.apache.qpid.test.unit.xa.QueueTest#* org.apache.qpid.test.unit.xa.TopicTest#* org.apache.qpid.test.unit.xa.FaultTest#* org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurableWithInvalidSelector // Those tests are not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.testcases.FailoverTest#* |