Skip to content

Commit ae0e988

Browse files
committed
Explain reason test ignored
1 parent f3ba8f6 commit ae0e988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/lmdbjava/EnvTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void cannotSetMaxReadersOnceOpen() throws Exception {
8181
}
8282

8383
@Test
84-
@Ignore
84+
@Ignore(value = "Travis CI failure; suspect older liblmdb version")
8585
public void copy() throws Exception {
8686
final File dest = tmp.newFolder();
8787
assertThat(dest.exists(), is(true));

0 commit comments

Comments
 (0)