ARTEMIS-3085 Fixing IOCriticalErrorListenerTest

This commit is contained in:
Clebert Suconic 2022-12-16 05:32:59 -05:00
parent f5d9eed9ce
commit 9816e1b999
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class IOCriticalErrorListenerTest extends ActiveMQTestBase {
@Test
public void simpleTest() throws Exception {
server = createServer(false, createDefaultNettyConfig());
server = createServer(true, createDefaultNettyConfig());
final CountDownLatch latch = new CountDownLatch(1);
server.registerIOCriticalErrorListener((code, message, file) -> latch.countDown());
server.start();