summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-09-10 12:39:44 +0000
committerRobert Gemmell <robbie@apache.org>2012-09-10 12:39:44 +0000
commit35e75488ec3f1b0048f2948701bcfdc8106d760e (patch)
treee376eeef90e639be8dc16911d450693c928ae994 /qpid/java/test-profiles
parente72bbb1b75c526dd5b07f606357cd03c6541da7a (diff)
downloadqpid-python-35e75488ec3f1b0048f2948701bcfdc8106d760e.tar.gz
QPID-4289: Fix 0-8/0-9/0-9-1 failover issues
Applied patch from Philip Harvey <phil@philharveyonline.com> and Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1382799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index 48a1bd61e6..e0b8354f5e 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/java/test-profiles/CPPExcludes
@@ -184,3 +184,6 @@ org.apache.qpid.disttest.*
// Exclude java broker REST API tests
org.apache.qpid.server.management.plugin.servlet.rest.*
org.apache.qpid.systest.rest.acl.*
+
+// Exclude failover tests requiring virtual host functionality
+org.apache.qpid.client.failover.MultipleBrokersFailoverTest#* \ No newline at end of file