Skip to content

Commit

Permalink
temporary: comment out skip_on_cran
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Apr 17, 2024
1 parent 4456710 commit 6586736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ for (i in rd_files()) {
testthat::test_that(
paste0("example-", basename(i)),
{
testthat::skip_on_cran()
# testthat::skip_on_cran()
if (basename(i) %in% strict_exceptions) {
op <- options()
withr::local_options(opts_partial_match_old)
Expand Down

0 comments on commit 6586736

Please sign in to comment.