mirror of https://github.com/apache/activemq.git
seems to hang on slow HP box, ensure it does not stop rest of the tests using autoFailSupport
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@750885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7b48c4757
commit
6d9163af39
|
@ -276,6 +276,11 @@ public class ProducerFlowControlTest extends JmsTestSupport {
|
|||
return service;
|
||||
}
|
||||
|
||||
public void setUp() throws Exception {
|
||||
setAutoFail(true);
|
||||
super.setUp();
|
||||
}
|
||||
|
||||
protected void tearDown() throws Exception {
|
||||
if (connection != null) {
|
||||
TcpTransport t = (TcpTransport)connection.getTransport().narrow(TcpTransport.class);
|
||||
|
|
Loading…
Reference in New Issue