Skip to content

Commit

Permalink
fix: adds missing testing depth check
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 17, 2024
1 parent e60e5c8 commit 3c2bee3
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 @@ -124,6 +124,7 @@ for (i in rd_files()) {
paste0("example-", basename(i)),
{
testthat::skip_on_cran()
skip_if_too_deep(5)
if (basename(i) %in% strict_exceptions) {
op <- options()
withr::local_options(opts_partial_match_old)
Expand Down

0 comments on commit 3c2bee3

Please sign in to comment.