diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-11-26 12:00:21 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-11-26 12:00:21 +0000 |
| commit | 20937eb35ac0346549a09d2fa8fee86a8b026656 (patch) | |
| tree | ab787ce5849cc2196197d6c5a93dffc8966c9a67 /java/test-profiles | |
| parent | 0639f931d3a7cf0aa3c0834ed3bfe670dc9b582d (diff) | |
| download | qpid-python-20937eb35ac0346549a09d2fa8fee86a8b026656.tar.gz | |
QPID-2796 : Exclude test which requires client initiated 0-10 heartbeats for CPP broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1413567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index fa3a2bc262..bfcc06a1bc 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -181,3 +181,7 @@ org.apache.qpid.client.failover.MultipleBrokersFailoverTest#* // Uses Java broker specific configuration org.apache.qpid.client.ssl.SSLTest#testClientCertMissingWhilstWanting + +// QPID-2796 : Java 0-10 client only sends heartbeats in response to heartbeats from the server, not timeout based +org.apache.qpid.client.HeartbeatTest#testReadOnlyConnectionHeartbeats + |
