diff options
Diffstat (limited to 'java/test-profiles')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 4 | ||||
| -rw-r--r-- | java/test-profiles/Excludes | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 8e24938373..c2983d8675 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -119,3 +119,7 @@ org.apache.qpid.server.queue.ConflationQueueTest#* # Temporarily adding the following until the issues are sorted out. org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat + +//Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection +org.apache.qpid.systest.SlowConsumerTest#* + diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes index 6a2e33c1fe..6606a7e5ce 100644 --- a/java/test-profiles/Excludes +++ b/java/test-profiles/Excludes @@ -32,5 +32,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* // QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart -// QPID-1447 : Work In Progress -org.apache.qpid.systest.SlowConsumerTest#* |
