summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-08-25 10:46:21 +0000
committerKeith Wall <kwall@apache.org>2011-08-25 10:46:21 +0000
commitdd48476d3eacf9b4d084604942956f8e29e9ddf6 (patch)
tree6478b68926a027247aa726a5ce3288ec57450eaa /java
parent81be6ccf2679eb83b97c88ebee5418e70d9870ae (diff)
downloadqpid-python-dd48476d3eacf9b4d084604942956f8e29e9ddf6.tar.gz
QPID-3432: Exclude SyncWait* tests from 0-10 profile. These tests test a 0-8 specific system property.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1161491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rwxr-xr-xjava/test-profiles/Java010Excludes4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/test-profiles/Java010Excludes b/java/test-profiles/Java010Excludes
index 42bac1a02a..e180566699 100755
--- a/java/test-profiles/Java010Excludes
+++ b/java/test-profiles/Java010Excludes
@@ -78,5 +78,7 @@ org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testSessionC
org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated
org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser
-// QPID-3432: Test fails on 0.10 profile
+// QPID-3432: These tests test the behaviour of 0-8..-0-9-1 specific system property (amqj.default_syncwrite_timeout)
org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*
+org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#*
+