mirror of https://github.com/apache/activemq.git
add autofail to ensure it does not block the hudson build again
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1326021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e100c92614
commit
38666e9298
|
@ -162,6 +162,7 @@ public class DurableSubscriptionSelectorTest extends org.apache.activemq.TestSup
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
|
setAutoFail(true);
|
||||||
super.setUp();
|
super.setUp();
|
||||||
|
|
||||||
startBroker(true);
|
startBroker(true);
|
||||||
|
|
Loading…
Reference in New Issue