Skip to content

Commit fe2972e

Browse files
committed
Skip failing tests on CRAN
I don't think it is necessary to run this test on CRAN's servers.
1 parent f31ec47 commit fe2972e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# covr (development version)
22

3+
* Fix for a failing test on CRAN
4+
35
# covr 3.6.3
46

57
* Updates to internal usage of `is.atomic()` to work with upcoming R release (@mmaechler , #542)

tests/testthat/test-record_tests.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ test_that("covr.record_tests: test that coverage objects contain expected test d
164164
})
165165

166166
test_that("covr.record_tests: safely handles extremely large calls", {
167+
skip_on_cran()
168+
167169
fcode <- 'f <- function(...) { sum(...) }'
168170

169171
expect_warning(

0 commit comments

Comments
 (0)