ARTEMIS-2658 Enabling thread check at end of test
This commit is contained in:
parent
10ed0094ab
commit
4723405214
|
@ -32,7 +32,6 @@ public class SmokePagingTest extends SmokeTestBase {
|
||||||
@Before
|
@Before
|
||||||
public void before() throws Exception {
|
public void before() throws Exception {
|
||||||
cleanupData(SERVER_NAME_0);
|
cleanupData(SERVER_NAME_0);
|
||||||
disableCheckThread();
|
|
||||||
startServer(SERVER_NAME_0, 0, 30000);
|
startServer(SERVER_NAME_0, 0, 30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue