summaryrefslogtreecommitdiff
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
commit99a4b6301a06eaf6681e9593695b5354fbc3fb0b (patch)
tree5949793d1f0ef6f1a04eb50727aa0596970a2b9b
parent5ed10eb2bf6522c5bc0b4ce4e36ce5321b331596 (diff)
downloadqpid-python-99a4b6301a06eaf6681e9593695b5354fbc3fb0b.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@1161491 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/java/test-profiles/Java010Excludes4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes
index 42bac1a02a..e180566699 100755
--- a/qpid/java/test-profiles/Java010Excludes
+++ b/qpid/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#*
+