We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f7304 commit 6dc2ac4Copy full SHA for 6dc2ac4
tests/testthat/test-record_tests.R
@@ -165,6 +165,7 @@ test_that("covr.record_tests: test that coverage objects contain expected test d
165
166
test_that("covr.record_tests: safely handles extremely large calls", {
167
skip_on_cran()
168
+ skip_if(is_r_devel())
169
170
fcode <- 'f <- function(...) { sum(...) }'
171
0 commit comments