We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab8871 commit 324786fCopy full SHA for 324786f
r/tests/testthat/helper-skip.R
@@ -60,12 +60,12 @@ skip_on_valgrind <- function() {
60
# This does not actually skip on valgrind because we can't exactly detect it.
61
# Instead, it skips on CRAN when the OS is linux + and the R version is development
62
# (which is where valgrind is run as of this code)
63
- linux_dev <- identical(tolower(Sys.info()[["sysname"]]), "linux") &&
64
- grepl("devel", R.version.string)
+ # linux_dev <- identical(tolower(Sys.info()[["sysname"]]), "linux") &&
+ # grepl("devel", R.version.string)
65
66
- if (linux_dev) {
67
- skip_on_cran()
68
- }
+ # if (linux_dev) {
+ # skip_on_cran()
+ # }
69
}
70
71
process_is_running <- function(x) {
0 commit comments