There was an error while loading. Please reload this page.
1 parent f3ba8f6 commit ae0e988Copy full SHA for ae0e988
1 file changed
src/test/java/org/lmdbjava/EnvTest.java
@@ -81,7 +81,7 @@ public void cannotSetMaxReadersOnceOpen() throws Exception {
81
}
82
83
@Test
84
- @Ignore
+ @Ignore(value = "Travis CI failure; suspect older liblmdb version")
85
public void copy() throws Exception {
86
final File dest = tmp.newFolder();
87
assertThat(dest.exists(), is(true));
0 commit comments