Skip to content

Commit

Permalink
Disable keep-alive test (JBTHR-67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed May 7, 2021
1 parent d2c9a92 commit 4c1dd3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.util.concurrent.TimeoutException;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -207,6 +208,7 @@ public void testThreadReuseAboveCoreSize() throws TimeoutException, InterruptedE
* @throws TimeoutException
*/
@Test
@Ignore("This test consistently fails, see JBTHR-67")
public void testKeepaliveTime() throws TimeoutException, InterruptedException {
EnhancedQueueExecutor executor = (new EnhancedQueueExecutor.Builder())
.setKeepAliveTime(keepaliveTimeMillis, TimeUnit.MILLISECONDS)
Expand Down

0 comments on commit 4c1dd3c

Please sign in to comment.