summaryrefslogtreecommitdiff
path: root/cc/config/java/javaExcludeList
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-06-27 14:24:51 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-06-27 14:24:51 +0000
commit4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e (patch)
treee14c6d013de494be4b3a2dc8a4f802743d5693a5 /cc/config/java/javaExcludeList
parent9d06933c6c7120c3cfa4eb4998558dd62c558d36 (diff)
downloadqpid-python-4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e.tar.gz
QPID-1157: Added CC scripts and config files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/java/javaExcludeList')
-rw-r--r--cc/config/java/javaExcludeList13
1 files changed, 13 insertions, 0 deletions
diff --git a/cc/config/java/javaExcludeList b/cc/config/java/javaExcludeList
new file mode 100644
index 0000000000..5e5bf715ad
--- /dev/null
+++ b/cc/config/java/javaExcludeList
@@ -0,0 +1,13 @@
+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#*
+// those tests are failing see: QPID-
+org.apache.qpid.test.unit.topic.TopicSessionTest#testNoLocal
+// known issue
+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#*
+// See qpid-1144
+org.apache.qpid.test.testcases.ImmediateMessageTest#*