ARTEMIS-2658 Enabling thread check at end of test

This commit is contained in:
Clebert Suconic 2020-03-17 09:53:07 -04:00
parent 10ed0094ab
commit 4723405214
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class SmokePagingTest extends SmokeTestBase {
@Before
public void before() throws Exception {
cleanupData(SERVER_NAME_0);
disableCheckThread();
startServer(SERVER_NAME_0, 0, 30000);
}