summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/08ExcludeList
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-27 18:32:33 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-27 18:32:33 +0000
commitd7a34316af75bb1757d56d48cc0972674479c4cb (patch)
treea03e11e52bb95dbc8f6488db0e847024988e91b5 /qpid/java/test-profiles/08ExcludeList
parent6b11a523ba33430f7ea1a9491871443d38c75c8d (diff)
downloadqpid-python-d7a34316af75bb1757d56d48cc0972674479c4cb.tar.gz
rationalized naming of exclude files to make it clear why tests are excluded and where new exclusions should go; this also corrects the exclusion lists for some of the less common profiles since they now always include the 010Excludes which previously had to be manually copied to the other 010 profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/08ExcludeList')
-rw-r--r--qpid/java/test-profiles/08ExcludeList17
1 files changed, 0 insertions, 17 deletions
diff --git a/qpid/java/test-profiles/08ExcludeList b/qpid/java/test-profiles/08ExcludeList
deleted file mode 100644
index 0866694854..0000000000
--- a/qpid/java/test-profiles/08ExcludeList
+++ /dev/null
@@ -1,17 +0,0 @@
-org.apache.qpid.test.unit.ct.DurableSubscriberTests#*
-// Those tests are not finished
-org.apache.qpid.test.testcases.TTLTest#*
-org.apache.qpid.test.testcases.FailoverTest#*
-// This is a long running test so should exclude from normal runs
-org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover
-// Those tests are written against the 0.10 path
-org.apache.qpid.test.unit.message.UTF8Test#*
-org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait
-
-//QPID-1818 : Client code path does not correctly restore a transacted session after failover.
-org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#*
-
-// QPID-1823: this takes ages to run
-org.apache.qpid.client.SessionCreateTest#*
-
-org.apache.qpid.test.client.RollbackOrderTest#*