Skip to content

Commit

Permalink
skip tests ci and cran
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 14, 2020
1 parent b4a772e commit f279433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/testthat/test-downstream.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ test_that("taxizedb::downstream matches taxize::downstream - NCBI", {
})

test_that("taxizedb::downstream matches taxize::downstream - ITIS", {
skip_on_ci()
arab_id_itis <- name2taxid('Arabidopsis', db="itis")
expect_equal(
NROW(taxize::downstream('Arabidopsis', db='itis', downto='species',
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-rank_utils.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test_that("rank_utils", {
skip_on_cran()

expect_is(txdb_ids, 'character')
expect_is(txdb_ranks, 'character')
expect_is(txdb_rr, 'data.frame')
Expand All @@ -10,4 +12,3 @@ test_that("rank_utils", {
df <- data.frame(rank = c("family","genus","species"), stuff=1:3)
expect_equal(NROW(txdb_prune_too_low(df, "genus")), 2)
})

0 comments on commit f279433

Please sign in to comment.