Skip to content

Commit

Permalink
chore: add missing skip_on_cran call for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 17, 2024
1 parent 926d4d0 commit 4e9a0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ for (i in rd_files()) {
testthat::test_that(
paste0("example-", basename(i)),
{
testthat::skip_on_cran()
skip_if_too_deep(5)
if (basename(i) %in% strict_exceptions) {
op <- options()
Expand Down

0 comments on commit 4e9a0b2

Please sign in to comment.