Skip to content

Commit

Permalink
Enabled checking that all AbstractCloseable are closed after test, #680
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed May 28, 2020
1 parent e2fa6d6 commit 897b2d1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ private long toSeq(final ChronicleQueue q, final long index) {

@Test
public void testLastWritten() throws InterruptedException {
// TODO FIX
AbstractCloseable.disableCloseableTracing();

ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor();

try {
Expand Down

0 comments on commit 897b2d1

Please sign in to comment.