Skip to content

Commit

Permalink
Remove @ignore from empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gab1one committed Oct 16, 2018
1 parent c56df67 commit 183c2e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public void testLargeRead() throws Exception {
}

@Test
@Ignore
@Override
public void testWriting() throws IOException {
// nothing to do here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,12 @@ public DataHandle<? extends Location> createHandle() {
}

@Test
@Ignore
@Override
public void testReading() throws IOException {
// nothing to do
}

@Test
@Ignore
@Override
public void checkSkip() throws IOException {
// nothing to do
Expand Down

0 comments on commit 183c2e4

Please sign in to comment.