diff options
-rwxr-xr-x | java/test-profiles/010Excludes | 2 | ||||
-rw-r--r-- | java/test-profiles/Excludes | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/java/test-profiles/010Excludes b/java/test-profiles/010Excludes index 488ae24022..757a1e425c 100755 --- a/java/test-profiles/010Excludes +++ b/java/test-profiles/010Excludes @@ -99,3 +99,5 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError //QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) org.apache.qpid.server.queue.ProducerFlowControlTest#* +//QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. +org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes index 863f56ae92..aa60554c04 100644 --- a/java/test-profiles/Excludes +++ b/java/test-profiles/Excludes @@ -31,6 +31,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk - -//temp do not commit -org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* |