Skip to content

Commit 0752e7c

Browse files
committed
Update helper.R
1 parent 83208d8 commit 0752e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/helper.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# used to skip visual tests of SVGs on r-devel and r-oldrel
22
# because they can be slightly different than r-release occasionally
33
skip_if_not_r_release <- function() {
4+
# first try just skipping on devel
45
testthat::skip_if(isTRUE(Sys.getenv("R_VERSION_TYPE") == "devel"))
56

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

0 commit comments

Comments
 (0)