Skip to content

Commit

Permalink
@ignore test which looks at the internals of WeakReferenceCleaner Ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Jun 5, 2018
1 parent c007aac commit 0787ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/net/openhft/chronicle/queue/impl/single/AppenderFileHandleLeakTest.java
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.hamcrest.TypeSafeMatcher;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.io.File;
Expand Down Expand Up @@ -170,6 +171,7 @@ public void tailerResourcesCanBeReleasedManually() throws Exception {
}
}

@Ignore("https://github.com/OpenHFT/Chronicle-Bytes/issues/68")
@Test
public void tailerShouldReleaseFileHandlesAsQueueRolls() throws Exception {
System.gc();
Expand Down

0 comments on commit 0787ee5

Please sign in to comment.