mirror of
https://github.com/apache/activemq.git
synced 2025-03-04 15:19:08 +00:00
ensure test failure does not block build
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1243485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a22fe586d
commit
ace122aede
@ -155,6 +155,12 @@ public class SoWriteTimeoutTest extends JmsTestSupport {
|
|||||||
return new String(content);
|
return new String(content);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void setUp() throws Exception {
|
||||||
|
setAutoFail(true);
|
||||||
|
super.setUp();
|
||||||
|
}
|
||||||
|
|
||||||
public static Test suite() {
|
public static Test suite() {
|
||||||
return suite(SoWriteTimeoutTest.class);
|
return suite(SoWriteTimeoutTest.class);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user