Skip to content

Commit

Permalink
skip children test block on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 7, 2018
1 parent 0539958 commit 679ff43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-children.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ test_that("rows parameter, when used, works", {
})

test_that("consistent results for no query match when using get_* fxns", {
skip_on_cran()

itis_x <- children(get_tsn(23424234234, messages = FALSE))
itis_y <- children(23424234234, db = "itis", messages = FALSE)

Expand Down

0 comments on commit 679ff43

Please sign in to comment.