Skip to content

Commit 324786f

Browse files
committed
intentionally failing
1 parent 3ab8871 commit 324786f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

r/tests/testthat/helper-skip.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ skip_on_valgrind <- function() {
6060
# This does not actually skip on valgrind because we can't exactly detect it.
6161
# Instead, it skips on CRAN when the OS is linux + and the R version is development
6262
# (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)
63+
# linux_dev <- identical(tolower(Sys.info()[["sysname"]]), "linux") &&
64+
# grepl("devel", R.version.string)
6565

66-
if (linux_dev) {
67-
skip_on_cran()
68-
}
66+
# if (linux_dev) {
67+
# skip_on_cran()
68+
# }
6969
}
7070

7171
process_is_running <- function(x) {

0 commit comments

Comments
 (0)