Skip to content

Commit

Permalink
skipping tests for CRAN #733
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnwllr committed May 21, 2024
1 parent 90c205e commit 41c94c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-dataset_uuid_funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ test_that("dataset_uuid_funs work as expected", {
})

test_that("dataset_uuid_funs fail well", {
skip_on_cran()

expect_error(dataset_metrics("4fa7b334-ce0d-4e88-aaae-2e0c138d049e"),
"Dataset should be a checklist.")
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-occ_count.r
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test_that("occ_count facets work", {


test_that("occ_count fails well", {
skip_on_cran()
expect_warning(
occ_count(limit=100),
"limit not acceptable args for occ_count\\(\\) and will be ignored."
Expand Down

0 comments on commit 41c94c8

Please sign in to comment.