summaryrefslogtreecommitdiff
path: root/java/08ExcludeList
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-05-22 10:29:05 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-05-22 10:29:05 +0000
commit25b97106d50e8a2ae01c9b1db1238b64d43a198f (patch)
tree536fa851b820422a9231a229dd27390e6fba80e8 /java/08ExcludeList
parentc0bbb17b35400decf0bde8a4eaeac1f4944e7d02 (diff)
downloadqpid-python-25b97106d50e8a2ae01c9b1db1238b64d43a198f.tar.gz
QPID-1871 : Disable RollbackOrderTest until we address message rejection
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@777456 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/08ExcludeList')
-rw-r--r--java/08ExcludeList3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/08ExcludeList b/java/08ExcludeList
index 4d0b89ce69..150d91ba10 100644
--- a/java/08ExcludeList
+++ b/java/08ExcludeList
@@ -16,3 +16,6 @@ org.apache.qpid.client.SessionCreateTest#*
// QPID-1870 : AlertingTest doesn't consume all messages and is showing a ref count error on store recovery in CI
org.apache.qpid.server.AlertingTest#*
+
+// QPID-1871 : RollbackOrderTest is highlighting that the 0-8 code path has a race condition
+org.apache.qpid.test.client.RollbackOrderTest#*