From 4723405214f3fd8049bbf91d07b3d605f3e027b3 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Tue, 17 Mar 2020 09:53:07 -0400 Subject: [PATCH] ARTEMIS-2658 Enabling thread check at end of test --- .../activemq/artemis/tests/smoke/paging/SmokePagingTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java index fac7999f78..41da3e2d0c 100644 --- a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java +++ b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java @@ -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); }