We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce9211 commit e0dbc51Copy full SHA for e0dbc51
src/test/java/org/lmdbjava/EnvTest.java
@@ -4,6 +4,7 @@
4
import static org.hamcrest.CoreMatchers.is;
5
import static org.hamcrest.CoreMatchers.notNullValue;
6
import static org.hamcrest.MatcherAssert.assertThat;
7
+import org.junit.Ignore;
8
import org.junit.Rule;
9
import org.junit.Test;
10
import org.junit.rules.TemporaryFolder;
@@ -80,6 +81,7 @@ public void cannotSetMaxReadersOnceOpen() throws Exception {
80
81
}
82
83
@Test
84
+ @Ignore
85
public void copy() throws Exception {
86
final File dest = tmp.newFolder();
87
assertThat(dest.exists(), is(true));
0 commit comments