summaryrefslogtreecommitdiff
path: root/qpid/java/010ExcludeList
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-04-02 13:03:39 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-04-02 13:03:39 +0000
commit12a2d33408473cdd53810a2619830a6bfa705ffe (patch)
tree16625b8984a90e12e3665c3fba2a0126246b240a /qpid/java/010ExcludeList
parent0659b91d48073a2fa28335412bf026c88191ade5 (diff)
downloadqpid-python-12a2d33408473cdd53810a2619830a6bfa705ffe.tar.gz
QPID-884 Updated ant for using a profile. I have created a default profile that runs the tests against an 0.8 in VM broker and cpp-async and cpp-sync that respectively runs the test against an 0.10 cpp broker with async store and with sync store.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/010ExcludeList')
-rw-r--r--qpid/java/010ExcludeList9
1 files changed, 9 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList
new file mode 100644
index 0000000000..996332afa8
--- /dev/null
+++ b/qpid/java/010ExcludeList
@@ -0,0 +1,9 @@
+org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
+org.apache.qpid.client.ResetMessageListenerTest#*
+// those tests should be run with prefetch off
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth
+org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash
+org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber
+// this test needs durable subscribe states to be persisted
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent \ No newline at end of file