Skip to content

Commit

Permalink
Fix skipping on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 29, 2023
1 parent 6bfcfdc commit 899bf0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/helper-skip.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
helper_skip <- function() {
interactive() || isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false")))
ret <- isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false")))
ret
}

0 comments on commit 899bf0d

Please sign in to comment.