Skip to content

Commit

Permalink
disable hesperomys until export update is available; #144 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Jan 26, 2023
1 parent 02ddd27 commit 7617841
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ public class TermMatcherRegistryTest {
"ott",
"batnames",
"tpt",
"mdd",
"hesperomys"));
// hesperomys disabled until new data export is available
// also see https://github.com/globalbioticinteractions/nomer/issues/144#issuecomment-1405187944
// "hesperomys",
"mdd"
));

@Test(expected = IllegalArgumentException.class)
public void createNonExistingMatcher() {
Expand Down

0 comments on commit 7617841

Please sign in to comment.