Skip to content

Commit

Permalink
Update helper.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Jun 26, 2024
1 parent 83208d8 commit 0752e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# used to skip visual tests of SVGs on r-devel and r-oldrel
# because they can be slightly different than r-release occasionally
skip_if_not_r_release <- function() {
# first try just skipping on devel
testthat::skip_if(isTRUE(Sys.getenv("R_VERSION_TYPE") == "devel"))

#testthat::skip_if_not(isTRUE(Sys.getenv("R_VERSION_TYPE") == "release"))
Expand Down

0 comments on commit 0752e7c

Please sign in to comment.