Skip to content

Commit 4e9a0b2

Browse files
committed
chore: add missing skip_on_cran call for completeness
1 parent 926d4d0 commit 4e9a0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-examples.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ for (i in rd_files()) {
151151
testthat::test_that(
152152
paste0("example-", basename(i)),
153153
{
154+
testthat::skip_on_cran()
154155
skip_if_too_deep(5)
155156
if (basename(i) %in% strict_exceptions) {
156157
op <- options()

0 commit comments

Comments
 (0)